Indent first line of formatted traceback

This commit is contained in:
Jan Čermák
2025-09-12 17:29:37 +02:00
parent aaab467b29
commit c4eef15be7

View File

@@ -704,7 +704,7 @@ def _make_audit_hook(audited_events: dict[str, AuditConfig]) -> Callable:
) # exclude this function call
tb = "".join(stack).strip()
_LOGGER.debug(
"Audited event: %s %s, traceback (most recent call first):\n%s",
"Audited event: %s %s, traceback (most recent call first):\n %s",
event,
args_repr,
tb,