log level trace

This commit is contained in:
Kiara Grouwstra 2025-07-17 16:01:47 +02:00
parent dc0e46ed5e
commit 346483b723
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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