From 099fdb8defb7d2c8316da94d749c0c23088e0dc9 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 30 Oct 2018 08:33:14 +0100 Subject: Added a section about debug logging to documentation --- docs/pages/4 - Tasks.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/pages/4 - Tasks.md b/docs/pages/4 - Tasks.md index 6c7737e0..e8a1c94c 100644 --- a/docs/pages/4 - Tasks.md +++ b/docs/pages/4 - Tasks.md @@ -199,6 +199,9 @@ task are streamed to standard out/error as you would expect, but each task's specific output is also streamed to a log file on disk, e.g. `out/run/log` or `out/classFiles/log` for you to inspect later. +Messages logged with `log.debug` appear by default only in the log files. +You can use the `--debug` option when running mill to show them on the console too. + ### mill.util.Ctx.Env - `T.ctx().env` -- cgit v1.2.3