Minor logging adaption
This commit is contained in:
parent
d9228b68f2
commit
bcddb43bdf
@ -202,7 +202,7 @@ if SECRET_KEY is None:
|
|||||||
# Logging Configuration
|
# Logging Configuration
|
||||||
#
|
#
|
||||||
ROOT_LOGGER_NAME = os.path.basename(os.path.dirname(__file__))
|
ROOT_LOGGER_NAME = os.path.basename(os.path.dirname(__file__))
|
||||||
default_handler = ['socket'] if DEBUG else ['console']
|
default_handler = ['socket', 'console'] if DEBUG else ['console']
|
||||||
|
|
||||||
|
|
||||||
class DjangoSocketHandler(_SocketHandler):
|
class DjangoSocketHandler(_SocketHandler):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user