From 346483b72334fa506d58af1e8de7b3d84e722c27 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 17 Jul 2025 16:01:47 +0200 Subject: [PATCH] log level trace --- machines/dev/forgejo-ci/forgejo-actions-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/dev/forgejo-ci/forgejo-actions-runner.nix b/machines/dev/forgejo-ci/forgejo-actions-runner.nix index 13c60b8a..1a0010fe 100644 --- a/machines/dev/forgejo-ci/forgejo-actions-runner.nix +++ b/machines/dev/forgejo-ci/forgejo-actions-runner.nix @@ -73,7 +73,7 @@ in "${storeDeps}/etc/ssl" ]; }; - log.level = "info"; + log.level = "trace"; runner = { file = ".runner"; # Take only 1 job at a time to avoid clashing NixOS tests, see #362