We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e69b18 commit e1ed51bCopy full SHA for e1ed51b
1 file changed
ietf/utils/log.py
@@ -62,7 +62,7 @@ def _flushfunc():
62
pass
63
_logfunc = logfunc
64
if settings.SERVER_MODE == 'test':
65
- if settings.show_logging:
+ if settings.get('show_logging', False) is True:
66
_logfunc = debug.say
67
_flushfunc = sys.stdout.flush # pyflakes:ignore (intentional redefinition)
68
else:
0 commit comments