summaryrefslogtreecommitdiff
path: root/docs/pages/4 - Tasks.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-02 11:54:57 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-02 11:54:57 +0800
commitbbe2ce11d97ea7e942ff71c8e468cffb5ccaa3a5 (patch)
tree2df4193377e43bd69d32d7d34ee2f309a6159b05 /docs/pages/4 - Tasks.md
parentcb0a0d56033a980c1872e99f7ddf615121cad27e (diff)
parent7b4ced648ecd9b79b3a16d67552f0bb69f4dd543 (diff)
downloadmill-bbe2ce11d97ea7e942ff71c8e468cffb5ccaa3a5.tar.gz
mill-bbe2ce11d97ea7e942ff71c8e468cffb5ccaa3a5.tar.bz2
mill-bbe2ce11d97ea7e942ff71c8e468cffb5ccaa3a5.zip
Merge branch 'master' of github.com:lihaoyi/mill
Diffstat (limited to 'docs/pages/4 - Tasks.md')
-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`