I think we don't need this hack anymore

This commit is contained in:
Alexandre Aubin 2021-01-31 16:08:07 +01:00
parent fcf9e58ce4
commit 2ab330a0e2

View file

@ -149,9 +149,6 @@ def init_logging(interface="cli",
# Logging configuration for CLI (or any other interface than api...) # # Logging configuration for CLI (or any other interface than api...) #
if interface != "api": if interface != "api":
logging_configuration["main_logger"] = "yunohost"
configure_logging(logging_configuration) configure_logging(logging_configuration)
# Logging configuration for API # # Logging configuration for API #