Skip to content

Commit 9654513

Browse files
committed
remove example evn var for logging
1 parent 45889c3 commit 9654513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/logging.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
##Remove first comment(#) on each line to implement this working logging example.
1+
## Remove first comment(#) on each line to implement this working logging example.
2+
## Add LOGLEVEL environment variable to netbox if you use this example & want a different log level.
23
#from os import environ
34
#
45
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.

env/netbox.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ EMAIL_USERNAME=netbox
1414
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
1515
EMAIL_USE_SSL=false
1616
EMAIL_USE_TLS=false
17-
LOGLEVEL=INFO
1817
MAX_PAGE_SIZE=1000
1918
MEDIA_ROOT=/opt/netbox/netbox/media
2019
METRICS_ENABLED=false

0 commit comments

Comments
 (0)