Formatting

This commit is contained in:
Christian Mäder 2021-04-26 08:55:22 +02:00
parent 604ff3b76d
commit f924e76adf
No known key found for this signature in database
GPG Key ID: 24E2E102F91946AC

View File

@ -1,12 +1,12 @@
## Remove first comment(#) on each line to implement this working logging example. # # Remove first comment(#) on each line to implement this working logging example.
## Add LOGLEVEL environment variable to netbox if you use this example & want a different log level. # # Add LOGLEVEL environment variable to netbox if you use this example & want a different log level.
#from os import environ # from os import environ
#
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO. # # Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
#LOGLEVEL = environ.get('LOGLEVEL', 'INFO') # LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
#
#LOGGING = { # LOGGING = {
#
# 'version': 1, # 'version': 1,
# 'disable_existing_loggers': False, # 'disable_existing_loggers': False,
# 'formatters': { # 'formatters': {
@ -52,4 +52,4 @@
# 'level': LOGLEVEL, # 'level': LOGLEVEL,
# } # }
# } # }
#} # }