We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183520 commit cc7ddd2Copy full SHA for cc7ddd2
lib/common/logger/logger.ts
@@ -26,7 +26,7 @@ export class Logger implements ILogger {
26
constructor(private $config: Config.IConfig) {
27
this.defaultLogLevel = this.$config.DEBUG
28
? LoggerLevel.TRACE
29
- : LoggerLevel.WARN;
+ : LoggerLevel.INFO;
30
}
31
32
@cache()
0 commit comments