Skip to content

Commit

Permalink
Merge branch 'main' into feat/3126
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale authored Aug 20, 2024
2 parents d4fd3ab + f29e67e commit fbecac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/config/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def fileConfig(
except configparser.ParsingError as e:
raise RuntimeError(f"{fname} is invalid: {e}")

if new_file_path:
if new_file_path and cp.has_section("handler_timed_file_handler"):
cp.set(
"handler_timed_file_handler",
"args",
Expand Down

0 comments on commit fbecac2

Please sign in to comment.