File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ yarn-error.log*
8
8
! /netbox /project-static /docs /.info
9
9
/netbox /netbox /configuration.py
10
10
/netbox /netbox /ldap_config.py
11
+ /netbox /local /*
11
12
/netbox /reports /*
12
13
! /netbox /reports /__init__.py
13
14
/netbox /scripts /*
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ LOGGING = {
152
152
' netbox_auth_log' : {
153
153
' level' : ' DEBUG' ,
154
154
' class' : ' logging.handlers.RotatingFileHandler' ,
155
- ' filename' : ' /opt/netbox/logs/django-ldap-debug.log' ,
155
+ ' filename' : ' /opt/netbox/local/ logs/django-ldap-debug.log' ,
156
156
' maxBytes' : 1024 * 500 ,
157
157
' backupCount' : 5 ,
158
158
},
Original file line number Diff line number Diff line change 6
6
7
7
* [ #8192 ] ( https://github.com/netbox-community/netbox/issues/8192 ) - Add "add prefix" button to aggregate child prefixes view
8
8
* [ #8194 ] ( https://github.com/netbox-community/netbox/issues/8194 ) - Enable bulk user assignment to groups under admin UI
9
+ * [ #8210 ] ( https://github.com/netbox-community/netbox/issues/8210 ) - Establish ` netbox/local/ ` as a path for local resources
9
10
10
11
### Bug Fixes
11
12
You can’t perform that action at this time.
0 commit comments