mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Increase loggingLevel in captiveportal/templates/capture-wsgi.py.j2
This commit is contained in:
parent
0f559ccafe
commit
530576edaf
1 changed files with 4 additions and 2 deletions
|
@ -39,8 +39,10 @@ doc_root = get_iiab_env("WWWROOT")
|
||||||
fully_qualified_domain_name = get_iiab_env("FQDN")
|
fully_qualified_domain_name = get_iiab_env("FQDN")
|
||||||
|
|
||||||
|
|
||||||
loggingLevel = "ERROR"
|
# 2020-01-23: @georgejhunt explained that "ERROR" does not log enough details.
|
||||||
#loggingLevel = "DEBUG"
|
# So we're changing IIAB's default to "DEBUG", til Captive Portal proves solid.
|
||||||
|
#loggingLevel = "ERROR"
|
||||||
|
loggingLevel = "DEBUG"
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
if sys.argv[1] == '-l':
|
if sys.argv[1] == '-l':
|
||||||
loggingLevel = "DEBUG"
|
loggingLevel = "DEBUG"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue