Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Nov 11, 2024
1 parent 2e07322 commit eaefc3e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions acapy_agent/config/logging/configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,7 @@ def fileConfig(
raise RuntimeError(f"{fname} is invalid: {e}")

if new_file_path and cp.has_section("handler_timed_file_handler"):
cp.set(
"handler_timed_file_handler",
"args",
str(
(
f"{new_file_path}",
"d",
7,
1,
)
),
)
cp.set("handler_timed_file_handler", "args", str((new_file_path, "d", 7, 1)))

formatters = _create_formatters(cp)
with logging._lock:
Expand Down

0 comments on commit eaefc3e

Please sign in to comment.