diff --git a/slog/slog.go b/slog/slog.go index 0051fa8..e49ecb1 100644 --- a/slog/slog.go +++ b/slog/slog.go @@ -48,7 +48,6 @@ func (l Manager) Error(args ...interface{}) { func (l Manager) Fatal(args ...interface{}) { l.logger.ErrorContext(context.Background(), l.addCallerInfo(fmt.Sprint(args...))) - os.Exit(1) } func (l Manager) Debug(args ...interface{}) {