go-kratos / kratos

Your ultimate Go microservices framework for the cloud-native era.
https://go-kratos.dev
MIT License
23.43k stars 4.01k forks source link

[Feature] Can dynamic log levels be supported? #3456

Open cyberxnomad opened 4 weeks ago

cyberxnomad commented 4 weeks ago

What problem is the feature used to solve?

希望能支持类似标准库中 log/slog 中的动态日志等级功能。 服务可以不停机调整日志等级,方便查账。

可以和 Kratos 配置的热更新功能组合使用,在不停机的情况下修改配置文件,从而调整日志等级。

Requirements description of the feature

References