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

This commit is contained in:
Joakim Repomaa
2026-07-05 13:20:41 +03:00
parent e5af610f23
commit 5b5c801548
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ in
SyslogIdentifier = "turny";
};
environment = {
RUST_LOG = "info";
RUST_LOG = "info,turny=debug";
RUST_BACKTRACE = "1";
};
};