From 66e43fa19f93e9f9367cb2008d06ecc0d261ba73 Mon Sep 17 00:00:00 2001 From: Stéphane Cerveau Date: Sat, 25 Oct 2025 15:24:48 +0200 Subject: mlog: add a new log file with the setup logs Add meson-setup.txt to keep the configure log out of the debug logs. --- docs/markdown/snippets/meson-configure-log.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/meson-configure-log.md (limited to 'docs') diff --git a/docs/markdown/snippets/meson-configure-log.md b/docs/markdown/snippets/meson-configure-log.md new file mode 100644 index 000000000..8a1a87654 --- /dev/null +++ b/docs/markdown/snippets/meson-configure-log.md @@ -0,0 +1,6 @@ +## Add a configure log in meson-logs + +Add a second log file `meson-setup.txt` which contains the configure logs +displayed on stdout during the meson `setup` stage. +It allows user to navigate through the setup logs without searching in the terminal +or the extensive informations of `meson-log.txt`. \ No newline at end of file -- cgit v1.2.3