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

Closes #9453: Disable default loggers when running tests

This commit is contained in:
jeremystretch
2022-06-20 11:17:15 -04:00
parent d691ea92d0
commit 8074ca95bd

View File

@ -36,3 +36,8 @@ REDIS = {
}
SECRET_KEY = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
LOGGING = {
'version': 1,
'disable_existing_loggers': True
}