add authentication
This commit is contained in:
11
consts.py
Normal file
11
consts.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""global constants"""
|
||||
|
||||
# application log hierarchy root
|
||||
#
|
||||
# an empty root will configure logging for all packages
|
||||
# use this to debug issues with underlying modules
|
||||
# LOG_ROOT = ''
|
||||
LOG_ROOT = 'bb.mspy'
|
||||
|
||||
# default log level
|
||||
DEFAULT_LOG_LEVEL = 'debug'
|
Reference in New Issue
Block a user