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
Generated
+3 -3
View File
@@ -1127,11 +1127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1783243243, "lastModified": 1783246827,
"narHash": "sha256-W0M9UNW+WBS2nUjKyHJW7Z2lYyDdoI2VmWYaRaIHaek=", "narHash": "sha256-mkZbLOh9jc0XX3XP10xrUJ1J0lwyWfr7OCc2ZMkqUuY=",
"owner": "~repomaa", "owner": "~repomaa",
"repo": "turny", "repo": "turny",
"rev": "9892a0c0d3253ba46dd62b17c485242adb3f6e15", "rev": "c4add2011d7ee75d4fc0943efccd9f1671f7f81b",
"type": "sourcehut" "type": "sourcehut"
}, },
"original": { "original": {
+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";
}; };
}; };