py-microservice/consts.py

17 lines
345 B
Python
Raw Normal View History

2023-10-06 15:08:25 +00:00
"""global constants
Author(s): anatol.ulrich@basebox.io
Copyright (c) 2023 basebox GmbH. All rights reserved.
"""
2023-10-04 19:03:20 +00:00
# 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'