From a0d0fb549212f6140323a7988e457ebda6e0b56d Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Thu, 23 Feb 2023 11:46:20 -0500 Subject: mintro: redirect stdout to stderr --- docs/markdown/snippets/mintro_outputs.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/mintro_outputs.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/mintro_outputs.md b/docs/markdown/snippets/mintro_outputs.md new file mode 100644 index 0000000..cfc7f8c --- /dev/null +++ b/docs/markdown/snippets/mintro_outputs.md @@ -0,0 +1,5 @@ +## Redirect introspection outputs to stderr + +`meson introspect` used to disable logging to `stdout` to not interfere with generated json. +It now redirect outputs to `stderr` to allow printing warnings to the console +while keeping `stdout` clean for json outputs. -- cgit v1.1