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 08f0338 commit fb88596Copy full SHA for fb88596
1 file changed
ietf/utils/log.py
@@ -35,6 +35,7 @@ def getcaller():
35
36
def log(msg):
37
"Uses syslog by preference. Logs the given calling point and message."
38
+ global logfunc
39
if settings.SERVER_MODE == 'test':
40
return
41
elif settings.DEBUG == True:
0 commit comments