hugo-wasm/modules
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
..
npm all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
client.go Write all logging (INFO, WARN, ERROR) to stderr 2024-12-13 09:23:09 +01:00
client_test.go Add css.TailwindCSS 2024-06-25 15:48:02 +02:00
collect.go modules: Skip empty lines in modules.txt 2024-11-23 16:29:32 +01:00
collect_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
config.go Implement defer 2024-06-23 11:25:47 +02:00
config_test.go all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
module.go all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00