File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
2
3
#from os import environ
3
4
#
4
5
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ EMAIL_USERNAME=netbox
14
14
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
15
15
EMAIL_USE_SSL = false
16
16
EMAIL_USE_TLS = false
17
- LOGLEVEL = INFO
18
17
MAX_PAGE_SIZE = 1000
19
18
MEDIA_ROOT = /opt/netbox/netbox/media
20
19
METRICS_ENABLED = false
You can’t perform that action at this time.
0 commit comments