From 8f4696a1ea70f867e1acfc97e493ec7669052c8b Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 9 Apr 2012 16:57:35 -0400 Subject: [PATCH] add logging environment to ENV_TOKENS --- envs/aws.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/envs/aws.py b/envs/aws.py index 0919e3ac6a..24e625f62b 100644 --- a/envs/aws.py +++ b/envs/aws.py @@ -32,6 +32,11 @@ LOG_DIR = ENV_TOKENS['LOG_DIR'] CACHES = ENV_TOKENS['CACHES'] +LOGGING = logsettings.get_logger_config(LOG_DIR, + logging_env=ENV_TOKENS['LOGGING_ENV'], + tracking_filename="tracking.log", + debug=False) + ############################## SECURE AUTH ITEMS ############################### # Secret things: passwords, access keys, etc. with open(ENV_ROOT / "auth.json") as auth_file: