hugo-wasm/testscripts
Bjørn Erik Pedersen 9dfa112617
Write all logging (INFO, WARN, ERROR) to stderr
The old setup tried to log >= warning to stderr, the rest to stdout.

However, that logic was flawed, so warnings ended up in stdout, which makes `hugo list all` etc. hard to reason about from scripts.

This commit fixes this by making all logging (info, warn, error) log to stderr and let stdout be reserved for program output.

Fixes #13074
2024-12-13 09:23:09 +01:00
..
commands Write all logging (INFO, WARN, ERROR) to stderr 2024-12-13 09:23:09 +01:00
unfinished testscripts: Move hugo new tests to where they belong 2023-08-30 10:31:08 +02:00
withdeploy Build without the deploy feature by default 2024-10-30 11:46:40 +01:00
withdeploy-off commands: Print the "deploy not available" error message even if flags provided 2024-11-05 11:40:42 +01:00