charmbracelet / log

A minimal, colorful Go logging library 🪵
MIT License
2.4k stars 67 forks source link

slog.LevelVar Support #91

Closed ameergituser closed 8 months ago

ameergituser commented 1 year ago

Hi,

I just tried out the slog support and it seems slog.LevelVar is not supported. Are there plans to support this?

Regards.

aymanbagabas commented 8 months ago

Log is just a handler to log/slog, you can use SetLevel(level) on the Log handler to dynamically change the level.