turny: enable debug logging for turny modules
This commit is contained in:
Generated
+3
-3
@@ -1127,11 +1127,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1783243243,
|
"lastModified": 1783244414,
|
||||||
"narHash": "sha256-W0M9UNW+WBS2nUjKyHJW7Z2lYyDdoI2VmWYaRaIHaek=",
|
"narHash": "sha256-S9k3H/YWI8bPlIQuAU3YAwLAHcwcivyZB9Gj2DO1Bds=",
|
||||||
"owner": "~repomaa",
|
"owner": "~repomaa",
|
||||||
"repo": "turny",
|
"repo": "turny",
|
||||||
"rev": "9892a0c0d3253ba46dd62b17c485242adb3f6e15",
|
"rev": "17772a7be3f8f28d55b239b6cadaacc8252b6272",
|
||||||
"type": "sourcehut"
|
"type": "sourcehut"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user