bittensor.utils.btlogging.defines
=================================

.. py:module:: bittensor.utils.btlogging.defines

.. autoapi-nested-parse::

   Btlogging constant definition module.



Attributes
----------

.. autoapisummary::

   bittensor.utils.btlogging.defines.BASE_LOG_FORMAT
   bittensor.utils.btlogging.defines.BITTENSOR_LOGGER_NAME
   bittensor.utils.btlogging.defines.DATE_FORMAT
   bittensor.utils.btlogging.defines.DEFAULT_LOG_BACKUP_COUNT
   bittensor.utils.btlogging.defines.DEFAULT_LOG_FILE_NAME
   bittensor.utils.btlogging.defines.DEFAULT_MAX_ROTATING_LOG_FILE_SIZE
   bittensor.utils.btlogging.defines.TRACE_LOG_FORMAT


Module Contents
---------------

.. py:data:: BASE_LOG_FORMAT
   :value: '%(asctime)s | %(levelname)s | %(message)s'


.. py:data:: BITTENSOR_LOGGER_NAME
   :value: 'bittensor'


.. py:data:: DATE_FORMAT
   :value: '%Y-%m-%d %H:%M:%S'


.. py:data:: DEFAULT_LOG_BACKUP_COUNT
   :value: 10


.. py:data:: DEFAULT_LOG_FILE_NAME
   :value: 'bittensor.log'


.. py:data:: DEFAULT_MAX_ROTATING_LOG_FILE_SIZE
   :value: 26214400


.. py:data:: TRACE_LOG_FORMAT
   :value: '%(asctime)s | %(levelname)s | %(name)s:%(filename)s:%(lineno)s | %(message)s'


