From caf727532835a6a5b3783ba0c6ea1187f83f0a28 Mon Sep 17 00:00:00 2001 From: Edgard Date: Sun, 19 Feb 2023 17:58:52 -0300 Subject: [PATCH] fix: Changed the default log level to silly --- src/utils/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/logger.ts b/src/utils/logger.ts index 5099cc72c..fbda03650 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -54,7 +54,7 @@ export const formatLabelSession: FormatWrap = format( ); export const defaultLogger = createLogger({ - level: 'info', + level: 'silly', levels: config.npm.levels, format: format.combine( formatLabelSession(),