From f924e76adfe597a307785124d86147f1bee436b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Mon, 26 Apr 2021 08:55:22 +0200 Subject: [PATCH] Formatting --- configuration/logging.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configuration/logging.py b/configuration/logging.py index 6be398f78..d786768d6 100644 --- a/configuration/logging.py +++ b/configuration/logging.py @@ -1,12 +1,12 @@ -## 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. -#from os import environ -# -## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO. -#LOGLEVEL = environ.get('LOGLEVEL', 'INFO') -# -#LOGGING = { -# +# # 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. +# from os import environ + +# # Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO. +# LOGLEVEL = environ.get('LOGLEVEL', 'INFO') + +# LOGGING = { + # 'version': 1, # 'disable_existing_loggers': False, # 'formatters': { @@ -52,4 +52,4 @@ # 'level': LOGLEVEL, # } # } -#} +# }