Commit ddb425da by David Ormsbee

point aws settings to syslog server

parent 8f4696a1
......@@ -35,6 +35,7 @@ CACHES = ENV_TOKENS['CACHES']
LOGGING = logsettings.get_logger_config(LOG_DIR,
logging_env=ENV_TOKENS['LOGGING_ENV'],
tracking_filename="tracking.log",
syslog_addr=ENV_TOKENS['SYSLOG_SERVER'],
debug=False)
############################## SECURE AUTH ITEMS ###############################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment