log: Disable pika info's
This commit is contained in:
@@ -17,6 +17,7 @@ from src.settings import (
|
||||
MESSAGE_TTL,
|
||||
)
|
||||
|
||||
logging.getLogger("pika").setLevel(logging.WARNING)
|
||||
_logger = logging.getLogger(__name__)
|
||||
_logger.addHandler(logging.NullHandler())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user