mirror of https://github.com/sbt/sbt.git
Docs: Fix tasklevel section in the logging howto. Ref #843
This commit is contained in:
parent
70a54b9848
commit
a09075c98c
|
|
@ -154,9 +154,12 @@ For example, to set it temporarily from the sbt prompt,
|
||||||
> set logLevel in Global := Level.Warn
|
> set logLevel in Global := Level.Warn
|
||||||
|
|
||||||
|
|
||||||
- id: tasklevel
|
.. howto::
|
||||||
:title: Change the logging level for a specific task, configuration, or project
|
:id: tasklevel
|
||||||
setting: logLevel in compile := Level.Debug
|
:title: Change the logging level for a specific task, configuration, or project
|
||||||
|
:type: setting
|
||||||
|
|
||||||
|
logLevel in compile := Level.Debug
|
||||||
|
|
||||||
The amount of logging is controlled by the `logLevel` setting, which takes values from the `Level` enumeration.
|
The amount of logging is controlled by the `logLevel` setting, which takes values from the `Level` enumeration.
|
||||||
Valid values are `Error`, `Warn`, `Info`, and `Debug` in order of increasing verbosity.
|
Valid values are `Error`, `Warn`, `Info`, and `Debug` in order of increasing verbosity.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue