diff --git a/ietf/utils/log.py b/ietf/utils/log.py index ce9e9e72f..648080b84 100644 --- a/ietf/utils/log.py +++ b/ietf/utils/log.py @@ -35,6 +35,7 @@ def getcaller(): def log(msg): "Uses syslog by preference. Logs the given calling point and message." + global logfunc if settings.SERVER_MODE == 'test': return elif settings.DEBUG == True: