Remove invalid log level (#1980)
Log level all does not exist. Console output: Error executing command: No enum constant org.apache.karaf.log.core.Level.ALLpull/1981/head
parent
446022f8a4
commit
aac15125f5
|
@ -88,7 +88,6 @@ The **detail** of logging is defined by one of the following levels:
|
|||
| INFO | 400 | When an event for informational purposes |
|
||||
| DEBUG | 500 | When a general debugging event required |
|
||||
| TRACE | 600 | When a fine grained debug message, typically capturing the flow through the application |
|
||||
| ALL | MAX | When all events should be logged |
|
||||
|
||||
The levels build a hierarchy with **ERROR** logging critical messages only and **DEBUG** logging nearly everything.
|
||||
**DEBUG** combines all logs from weight 100 to 500, while **TRACE** adds further messages in addition to what **DEBUG** displays.
|
||||
|
|
Loading…
Reference in New Issue