Skip to content

Commit f924e76

Browse files
committed
Formatting
1 parent 604ff3b commit f924e76

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

configuration/logging.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.
3-
#from os import environ
4-
#
5-
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
6-
#LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
7-
#
8-
#LOGGING = {
9-
#
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.
3+
# from os import environ
4+
5+
# # Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
6+
# LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
7+
8+
# LOGGING = {
9+
1010
# 'version': 1,
1111
# 'disable_existing_loggers': False,
1212
# 'formatters': {
@@ -52,4 +52,4 @@
5252
# 'level': LOGLEVEL,
5353
# }
5454
# }
55-
#}
55+
# }

0 commit comments

Comments
 (0)