From 404125d0feb9621b51f3ef4893e888d90307244e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Thu, 5 Dec 2024 18:20:22 +0100 Subject: [PATCH] Review comment followed. --- nikola/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/log.py b/nikola/log.py index 9848477b5..b1c2ef530 100644 --- a/nikola/log.py +++ b/nikola/log.py @@ -168,7 +168,7 @@ def init_template_trace_logging(filename: str) -> None: if TEMPLATES_TRACE: - init_template_trace_logging("templates_log.txt") + init_template_trace_logging("templates_trace.log") # Push warnings to logging