diff --git a/internal/logging/logging.go b/internal/logging/logging.go index 22ecd80..c7e2153 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -29,9 +29,7 @@ func Init() { logger = Logger{ slog.New( - slog.NewJSONHandler(lj, &slog.HandlerOptions{ - AddSource: cfg.LogAddSource, - }), + slog.NewJSONHandler(lj, &slog.HandlerOptions{}), ), } }