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