kopia lustrzana https://github.com/Yakifo/amqtt
Reduce log level from warning to info
rodzic
d03dea0d05
commit
a6b54a9dd5
|
@ -884,7 +884,7 @@ class Broker:
|
|||
"Task failed and will be skipped: %s", task
|
||||
)
|
||||
except CancelledError:
|
||||
self.logger.warning("Task has been cancelled: %s", task)
|
||||
self.logger.info("Task has been cancelled: %s", task)
|
||||
|
||||
run_broadcast_task = self._run_broadcast(running_tasks)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue