File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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.
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
+
10
10
# 'version': 1,
11
11
# 'disable_existing_loggers': False,
12
12
# 'formatters': {
52
52
# 'level': LOGLEVEL,
53
53
# }
54
54
# }
55
- #}
55
+ # }
You can’t perform that action at this time.
0 commit comments