diff options
| author | Arun Isaac | 2025-11-23 22:08:47 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-23 22:17:59 +0000 |
| commit | 70fa9717c70cfd6ae3294a4fe54ee1726f0bedac (patch) | |
| tree | 5a12c2a3c7fc114022f57df63e6f3a43630294af | |
| parent | 5d1a8f480b7083a72be967c8469318f0da905416 (diff) | |
| download | ravanan-70fa9717c70cfd6ae3294a4fe54ee1726f0bedac.tar.gz ravanan-70fa9717c70cfd6ae3294a4fe54ee1726f0bedac.tar.lz ravanan-70fa9717c70cfd6ae3294a4fe54ee1726f0bedac.zip | |
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.
| -rwxr-xr-x | bin/ravanan | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
