HomeSoftware Heritage

Improve logging configuration in celery's setup_log_handler function

Description

Improve logging configuration in celery's setup_log_handler function

  • allow to pass the loglevel as a string,
  • kill useless tmp variables,
  • add a filter to prevent amqp's heartbeat_tick debug messages.