summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@igalia.com>2025-10-25 15:24:48 +0200
committerXavier Claessens <xclaesse@gmail.com>2025-11-03 18:12:56 -0500
commit66e43fa19f93e9f9367cb2008d06ecc0d261ba73 (patch)
treea6827870bc65917fe3c8f9c33c799bde952589ac /docs/markdown
parent0514719b3cfadf0c80d10dc6652154c7c2a86bce (diff)
downloadmeson-66e43fa19f93e9f9367cb2008d06ecc0d261ba73.tar.gz
mlog: add a new log file with the setup logs
Add meson-setup.txt to keep the configure log out of the debug logs.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/meson-configure-log.md6
1 files changed, 6 insertions, 0 deletions
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