diff --git a/configuration/logging.py b/configuration/logging.py index ec05c88..6be398f 100644 --- a/configuration/logging.py +++ b/configuration/logging.py @@ -1,4 +1,5 @@ -##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. #from os import environ # ## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO. diff --git a/env/netbox.env b/env/netbox.env index 882a6db..1f6f896 100644 --- a/env/netbox.env +++ b/env/netbox.env @@ -14,7 +14,6 @@ EMAIL_USERNAME=netbox # EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`! EMAIL_USE_SSL=false EMAIL_USE_TLS=false -LOGLEVEL=INFO MAX_PAGE_SIZE=1000 MEDIA_ROOT=/opt/netbox/netbox/media METRICS_ENABLED=false