management.models.logging ========================= .. py:module:: management.models.logging .. autoapi-nested-parse:: Logging Configuration Model. Module Contents --------------- .. py:class:: LoggingConfig(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Logging Configuration model. .. py:class:: LogLevelChoices(*args, **kwds) Bases: :py:obj:`django.db.models.TextChoices` Types of log levels. .. py:attribute:: DEBUG .. py:attribute:: INFO .. py:attribute:: WARNING .. py:attribute:: ERROR .. py:attribute:: CRITICAL .. py:attribute:: log_level .. py:attribute:: last_updated