Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
toreamun committed Oct 22, 2024
1 parent 0ad1b88 commit 122e361
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/probe_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ def load_configuration(config_file: str) -> box.Box:
and template_config.service["log-level"] is not None
):
logger.warning(
"Logging configuration found in config file. Ignoring log-level setting %s at service setting.",
(
"Logging configuration found in config file. Ignoring log-level "
"setting %s from service setting."
),
template_config.service["log-level"],
)
else:
Expand Down

0 comments on commit 122e361

Please sign in to comment.