Commit a73ba49b by David Ormsbee

syslog address needs to be a server, port tuple

parent ddb425da
......@@ -35,7 +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'],
syslog_addr=(ENV_TOKENS['SYSLOG_SERVER'], 514),
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