Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func WithLogger(ctx context.Context, logger LoggerIface) context.Context {
}

// FallbackLogger is an alias for the standard logger
var FallbackLogger = logrus.StandardLogger()
var FallbackLogger = Init(CmdOpts{})

// GetLogger retrieves the current logger from the context. If no logger is
// available, the default logger is returned
Expand Down
Loading