From 6cf5de4be729a91775c51fb4ae8d0c4695e42cc8 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Sun, 5 Jul 2026 12:27:45 +0300 Subject: [PATCH] turny: enable debug logging for turny modules --- flake.lock | 6 +++--- hosts/turny/configuration.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 62839bb..2eec375 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/turny/configuration.nix b/hosts/turny/configuration.nix index bc626c5..1740df3 100644 --- a/hosts/turny/configuration.nix +++ b/hosts/turny/configuration.nix @@ -206,7 +206,7 @@ in SyslogIdentifier = "turny"; }; environment = { - RUST_LOG = "info"; + RUST_LOG = "info,turny=debug"; RUST_BACKTRACE = "1"; }; };