-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Parsing errors are logged via slog.Logger
Lines 32 to 33 in 26db550
slog.SetLogLoggerLevel(slog.LevelDebug) | |
slog.SetDefault(slog.New(log.NewHandler(os.Stderr, nil))) |
This needs to be corrected to not use the global logger. These warnings/errors should be silenced at worst, and reported at best via diagnostics.