Skip to content
Snippets Groups Projects
Commit 8f4696a1 authored by David Ormsbee's avatar David Ormsbee
Browse files

add logging environment to ENV_TOKENS

parent 0d07ebc9
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment