1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes: #5199 - Change default logging for LDAP to INFO

This commit is contained in:
Daniel Sheppard
2020-10-01 09:25:56 -05:00
parent 22a80c5558
commit 23a9cb2fad
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
* [#5174](https://github.com/netbox-community/netbox/issues/5174) - Ensure consistent alignment of rack elevations
* [#5175](https://github.com/netbox-community/netbox/issues/5175) - Fix toggling of rack elevation order
* [#5184](https://github.com/netbox-community/netbox/issues/5184) - Fix missing Power Utilization
* [#5199](https://github.com/netbox-community/netbox/issues/5199) - Change default LDAP logging to INFO
---