From 96545135cba17169f20aafe56a4278f1216aaf2d Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Sun, 25 Apr 2021 16:38:03 -0400 Subject: [PATCH] remove example evn var for logging --- configuration/logging.py | 3 ++- env/netbox.env | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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