turny: enable debug logging for turny modules
Build Images / build (push) Successful in 1m14s
Check / check (push) Failing after 2m45s

This commit is contained in:
Joakim Repomaa
2026-07-05 12:27:45 +03:00
parent e5af610f23
commit 5f6d474a00
+1 -1
View File
@@ -206,7 +206,7 @@ in
SyslogIdentifier = "turny"; SyslogIdentifier = "turny";
}; };
environment = { environment = {
RUST_LOG = "info"; RUST_LOG = "info,turny=debug";
RUST_BACKTRACE = "1"; RUST_BACKTRACE = "1";
}; };
}; };