There was an error while loading. Please reload this page.
1 parent 0be338c commit 1bb7ecaCopy full SHA for 1bb7eca
1 file changed
packages/contentstack-utilities/src/logger/logger.ts
@@ -85,12 +85,7 @@ export default class Logger {
85
}
86
87
88
- // Errors and warnings must always reach the console, even when progress bars
89
- // suppress info/success/debug output — otherwise failures (e.g. an invalid
90
- // stack API key or a taxonomy error) are silently swallowed in progress mode.
91
- const isErrorOrWarn = level === 'error' || level === 'warn';
92
-
93
- if (showConsoleLogs || isErrorOrWarn) {
+ if (showConsoleLogs) {
94
transports.push(
95
new winston.transports.Console({
96
format: winston.format.combine(
0 commit comments