We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1f45b commit 2de402bCopy full SHA for 2de402b
slog/slog.go
@@ -48,7 +48,6 @@ func (l Manager) Error(args ...interface{}) {
48
49
func (l Manager) Fatal(args ...interface{}) {
50
l.logger.ErrorContext(context.Background(), l.addCallerInfo(fmt.Sprint(args...)))
51
- os.Exit(1)
52
}
53
54
func (l Manager) Debug(args ...interface{}) {
0 commit comments