envoyproxy / ratelimit

Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
Apache License 2.0
2.21k stars 428 forks source link

Support dynamic log level update #626

Open nezdolik opened 2 weeks ago

nezdolik commented 2 weeks ago

Currently the way to configure log level in ratelimiter is via command line arg LOG_LEVEL. It would be handy to have an admin endpoint (e.g. POST :6070/log=debug) to dynamically update log level of the service.