blockerbugs-stg: enable stream logging

This commit is contained in:
Martin Krizek 2016-08-30 11:51:25 +00:00
parent 6e5d012f51
commit a8e15091f2

View file

@ -21,7 +21,11 @@ BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi'
KOJI_URL = "http://koji.fedoraproject.org/"
FILE_LOGGING = False
SYSLOG_LOGGING = True
{% if env == "staging" %}
STREAM_LOGGING = True
{% elif env == "production" %}
STREAM_LOGGING = False
{% endif %}
# to fix login issue for folks who are part of many FAS groups
PREFERRED_URL_SCHEME='https'