mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-16 03:25:15 +00:00
Added logging system using python logging library
This commit is contained in:
parent
db6378b8f2
commit
8af573d185
|
@ -55,7 +55,9 @@ socket_interface = SocketInterface()
|
|||
|
||||
serverLog = logging.getLogger('werkzeug')
|
||||
serverLog.disabled = True
|
||||
server.logger.disabled = True
|
||||
logging.getLogger('socketio').setLevel(logging.ERROR)
|
||||
logging.getLogger('engineio').setLevel(logging.ERROR)
|
||||
#server.logger.disabled = True
|
||||
|
||||
app.initialize()
|
||||
|
||||
|
|
Loading…
Reference in a new issue