diff --git a/flake.lock b/flake.lock index 62839bb..0319fdf 100644 --- a/flake.lock +++ b/flake.lock @@ -1127,11 +1127,11 @@ ] }, "locked": { - "lastModified": 1783243243, - "narHash": "sha256-W0M9UNW+WBS2nUjKyHJW7Z2lYyDdoI2VmWYaRaIHaek=", + "lastModified": 1783247297, + "narHash": "sha256-AaP7GT48Kx0IcatrKK7DvNaf6dUR7bYnJkhEbv7bCv8=", "owner": "~repomaa", "repo": "turny", - "rev": "9892a0c0d3253ba46dd62b17c485242adb3f6e15", + "rev": "0941d2550875de22e3db6aeac415c97b7de315ed", "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"; }; };