Closed ameergituser closed 8 months ago
Hi,
I just tried out the slog support and it seems slog.LevelVar is not supported. Are there plans to support this?
slog.LevelVar
Regards.
Log is just a handler to log/slog, you can use SetLevel(level) on the Log handler to dynamically change the level.
SetLevel(level)
Hi,
I just tried out the slog support and it seems
slog.LevelVar
is not supported. Are there plans to support this?Regards.