Skip to content
Snippets Groups Projects

celery_backend/config: Fix missing comma in setup_log_handler

Merged Antoine Lambert requested to merge anlambert/swh-scheduler:setup-log-handler-fix into master
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -125,7 +125,7 @@ def setup_log_handler(
logging_configure(
[
("celery", logging.INFO)
("celery", logging.INFO),
# Silence amqp heartbeat_tick messages
("amqp", loglevel),
# Silence useless "Starting new HTTP connection" messages
Loading