blockerbugs-stg: enable stream logging
This commit is contained in:
parent
6e5d012f51
commit
a8e15091f2
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@ BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi'
|
||||||
KOJI_URL = "http://koji.fedoraproject.org/"
|
KOJI_URL = "http://koji.fedoraproject.org/"
|
||||||
FILE_LOGGING = False
|
FILE_LOGGING = False
|
||||||
SYSLOG_LOGGING = True
|
SYSLOG_LOGGING = True
|
||||||
|
{% if env == "staging" %}
|
||||||
|
STREAM_LOGGING = True
|
||||||
|
{% elif env == "production" %}
|
||||||
STREAM_LOGGING = False
|
STREAM_LOGGING = False
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# to fix login issue for folks who are part of many FAS groups
|
# to fix login issue for folks who are part of many FAS groups
|
||||||
PREFERRED_URL_SCHEME='https'
|
PREFERRED_URL_SCHEME='https'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue