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

This commit is contained in:
Joakim Repomaa
2026-07-05 12:55:30 +03:00
parent e5af610f23
commit 6cf5de4be7
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -1127,11 +1127,11 @@
]
},
"locked": {
"lastModified": 1783243243,
"narHash": "sha256-W0M9UNW+WBS2nUjKyHJW7Z2lYyDdoI2VmWYaRaIHaek=",
"lastModified": 1783245313,
"narHash": "sha256-LTRFbtoeWAWk9wfqTpn7bn+aE4MH/lXKBpXDXclIkKY=",
"owner": "~repomaa",
"repo": "turny",
"rev": "9892a0c0d3253ba46dd62b17c485242adb3f6e15",
"rev": "bf2c89019f8ec24bd1d01120a945f2f62ff525c9",
"type": "sourcehut"
},
"original": {
+1 -1
View File
@@ -206,7 +206,7 @@ in
SyslogIdentifier = "turny";
};
environment = {
RUST_LOG = "info";
RUST_LOG = "info,turny=debug";
RUST_BACKTRACE = "1";
};
};