From 5f6d474a006b84881c34f22f007046f70c28a28f 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 --- hosts/turny/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };