Skip to content

Commit b69a97d

Browse files
committed
add LOGLEVEL into netbox.env
1 parent 8176ef8 commit b69a97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

env/netbox.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ 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
1718
MAX_PAGE_SIZE=1000
1819
MEDIA_ROOT=/opt/netbox/netbox/media
1920
METRICS_ENABLED=false

0 commit comments

Comments
 (0)