mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-07 22:03:24 +00:00
Disable logfile.:
This commit is contained in:
@@ -67,7 +67,7 @@ def init_logging(name, lvl=logging.DEBUG):
|
||||
class Profiler(object):
|
||||
|
||||
ENABLED=True
|
||||
LOGFILE='plog'
|
||||
LOGFILE=None
|
||||
|
||||
def __enter__(self):
|
||||
self.start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user