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 87fb281 commit 427bfe2Copy full SHA for 427bfe2
internal/log/log.go
@@ -112,7 +112,7 @@ func WithLogger(ctx context.Context, logger LoggerIface) context.Context {
112
}
113
114
// FallbackLogger is an alias for the standard logger
115
-var FallbackLogger = logrus.StandardLogger()
+var FallbackLogger = Init(CmdOpts{})
116
117
// GetLogger retrieves the current logger from the context. If no logger is
118
// available, the default logger is returned
0 commit comments