Minor updates and fixes
This commit is contained in:
parent
f93d3854d0
commit
c6d7bc2e3e
5 changed files with 8 additions and 8 deletions
|
|
@ -32,7 +32,7 @@ class Logger {
|
|||
}
|
||||
|
||||
static getLogLevel() {
|
||||
const config = Configuration.getConfiguration();
|
||||
const config = Configuration.getOptions();
|
||||
// eslint-disable-next-line max-len
|
||||
const level = (config.logLevel && LEVELS.find((l) => l.startsWith(config.logLevel[0].toLowerCase())))
|
||||
|| 'info';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue