summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2018-10-30 08:33:14 +0100
committerTobias Roeser <le.petit.fou@web.de>2018-10-30 09:31:42 +0100
commit099fdb8defb7d2c8316da94d749c0c23088e0dc9 (patch)
treed59028a25385b206a20b920c73fd1195f19f9f9d /docs
parentb8023978631a0e7bfcc55b4cf5ab9ad9701e6599 (diff)
downloadmill-099fdb8defb7d2c8316da94d749c0c23088e0dc9.tar.gz
mill-099fdb8defb7d2c8316da94d749c0c23088e0dc9.tar.bz2
mill-099fdb8defb7d2c8316da94d749c0c23088e0dc9.zip
Added a section about debug logging to documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/4 - Tasks.md3
1 files changed, 3 insertions, 0 deletions
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`