py-microservice/consts.py
2023-10-04 21:08:37 +02:00

12 lines
252 B
Python

"""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'