Skip to content

Commit 7b0dff8

Browse files
committed
Closes netbox-community#8210: Establish netbox/local/ as a path for local resources
1 parent 1c7604e commit 7b0dff8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ yarn-error.log*
88
!/netbox/project-static/docs/.info
99
/netbox/netbox/configuration.py
1010
/netbox/netbox/ldap_config.py
11+
/netbox/local/*
1112
/netbox/reports/*
1213
!/netbox/reports/__init__.py
1314
/netbox/scripts/*

docs/installation/6-ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ LOGGING = {
152152
'netbox_auth_log': {
153153
'level': 'DEBUG',
154154
'class': 'logging.handlers.RotatingFileHandler',
155-
'filename': '/opt/netbox/logs/django-ldap-debug.log',
155+
'filename': '/opt/netbox/local/logs/django-ldap-debug.log',
156156
'maxBytes': 1024 * 500,
157157
'backupCount': 5,
158158
},

docs/release-notes/version-3.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* [#8192](https://github.com/netbox-community/netbox/issues/8192) - Add "add prefix" button to aggregate child prefixes view
88
* [#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
910

1011
### Bug Fixes
1112

0 commit comments

Comments
 (0)