mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 12:44:25 +01:00
Removed double initialization of logging
This commit is contained in:
@@ -20,8 +20,6 @@ class StructuredMessage(object):
|
||||
|
||||
M = StructuredMessage # to improve readability
|
||||
|
||||
logging.basicConfig(level=logging.INFO, format='%(message)s')
|
||||
|
||||
# Configure logging
|
||||
logging.basicConfig(format='%(message)s', level=logging.INFO, handlers=[
|
||||
logging.FileHandler(conf.SERVER_LOG_FILE),
|
||||
|
||||
Reference in New Issue
Block a user