* Adds logLevel in Directive * Extends supervision logging documentation * Adds sealed and marks as internal
This commit is contained in:
parent
3986b1c3bb
commit
622d8af0ef
3 changed files with 78 additions and 29 deletions
|
|
@ -119,6 +119,8 @@ By default the `SupervisorStrategy` logs failures unless they are escalated.
|
|||
Escalated failures are supposed to be handled, and potentially logged, at a level
|
||||
higher in the hierarchy.
|
||||
|
||||
Log levels can be controlled by providing a `Decider` and using the appropriate decision methods accepting a `LogLevel` on `SupervisorStrategy`.
|
||||
|
||||
You can mute the default logging of a `SupervisorStrategy` by setting
|
||||
`loggingEnabled` to `false` when instantiating it. Customized logging
|
||||
can be done inside the `Decider`. Note that the reference to the currently
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue