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