Remove logger for nose.plugin.manager

Horizon has switched test runnner from nose to default Django test
runner a while ago[1], and doesn't require logger for nose module
since then.

[1] 1f80d94459856a8c477310cc0fe4b0e165d8c0c1

Change-Id: I51471cfa0db527821296a6198431a6dfe53a0a4a
This commit is contained in:
Takashi Kajinami 2025-02-18 01:07:02 +09:00
parent 291189811a
commit c7f5792f8b

View File

@ -594,11 +594,6 @@ LOGGING = {
'level': 'DEBUG',
'propagate': False,
},
'nose.plugins.manager': {
'handlers': ['console'],
'level': 'DEBUG',
'propagate': False,
},
'django': {
'handlers': ['console'],
'level': 'DEBUG',