page-lab icon indicating copy to clipboard operation
page-lab copied to clipboard

Setup logger model

Open ecumike opened this issue 6 years ago • 0 comments

Setup model for logging misc errors, warnings, debug, etc. with fields like: timestamp message traceback levels:

LOG_LEVEL_CHOICES = (('0', 'info',),
                     ('1', 'log',),
                     ('2', 'warn'),
                     ('3', 'error',),
                     ('4', 'debug'),)

ecumike avatar Nov 02 '18 00:11 ecumike