From 70fa9717c70cfd6ae3294a4fe54ee1726f0bedac Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 23 Nov 2025 22:08:47 +0000 Subject: bin: Set info as default log level. ravanan will commonly be used to run long-running workflows on HPC clusters. Therefore, it is reasonable that it is a bit more talkative. The user will want to get some feedback about progress. --- bin/ravanan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ravanan b/bin/ravanan index 8e9f256..c8d37e9 100755 --- a/bin/ravanan +++ b/bin/ravanan @@ -225,7 +225,7 @@ files that have the token in the @verbatim{SLURM_JWT=token} format." (slurm-api-endpoint . ,(build-uri 'http #:host "localhost" #:port 6820)) - (log-level . warning) + (log-level . info) (traces . ()))))) (parameterize ((%log-level (and (not (assq-ref args 'quiet)) (assq-ref args 'log-level))) -- cgit 1.4.1