mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] hotfix another bug related to the logging/log conflict
This commit is contained in:
parent
4b143b0575
commit
7f5e2e1b2d
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ class Interface(BaseInterface):
|
|||
|
||||
# Attempt to retrieve log queues from an APIQueueHandler
|
||||
if log_queues is None:
|
||||
handler = logging.getHandlersByClass(APIQueueHandler, limit=1)
|
||||
handler = log.getHandlersByClass(APIQueueHandler, limit=1)
|
||||
if handler:
|
||||
log_queues = handler.queues
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue