bittensor.btlogging.defines#

Btlogging constant definition module.

Attributes#

Module Contents#

bittensor.btlogging.defines.BASE_LOG_FORMAT = '%(asctime)s | %(levelname)s | %(message)s'#
bittensor.btlogging.defines.TRACE_LOG_FORMAT#
bittensor.btlogging.defines.DATE_FORMAT = '%Y-%m-%d %H:%M:%S'#
bittensor.btlogging.defines.BITTENSOR_LOGGER_NAME = 'bittensor'#
bittensor.btlogging.defines.DEFAULT_LOG_FILE_NAME = 'bittensor.log'#
bittensor.btlogging.defines.DEFAULT_MAX_ROTATING_LOG_FILE_SIZE#
bittensor.btlogging.defines.DEFAULT_LOG_BACKUP_COUNT = 10#