Merge pull request #15481 from duarten/master
Removed guard around _logLevel
This commit is contained in:
commit
b28b290fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ trait LoggingBus extends ActorEventBus {
|
|||
/**
|
||||
* Query currently set log level. See object Logging for more information.
|
||||
*/
|
||||
def logLevel = guard.withGuard { _logLevel }
|
||||
def logLevel = _logLevel
|
||||
|
||||
/**
|
||||
* Change log level: default loggers (i.e. from configuration file) are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue