[FEATURE REQUEST] Changing loglevel during runtime.
See original GitHub issueIs there any way to dynamically change loglevel
during runtime? Like in pino using logger.level
.
https://github.com/pinojs/pino/blob/master/docs/api.md#loggerlevel-string-gettersetter
It will be very useful in my case, when I want to change loglevel
in working microservice without its reloading. Now I set it with .env
and there is no way to change it dynamicly.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to change the log level at runtime in Fastify - Backend Cafe
Changing the log level at runtime You may want to change the log level at runtime by updating the request. log ! In...
Read more >Changing the Logging Level at the Runtime for a Spring Boot ...
In this tutorial, we're going to look at ways we can change the logging level of a Spring Boot application at runtime. As...
Read more >Dynamically changing log level without restarting the application
fileConfig is a mechanism to configure the log level for you based on a file; you can dynamically change it at any time...
Read more >FLIP-210: Change logging level dynamically at runtime
Request Payload Example: Set the level of the logger "org.apache.flink.runtime" to DEBUG . ... Or reset the level to its original one. request....
Read more >Zabbix 2.4 features, part 6 – Runtime loglevel changing
Currently only the ability to increase or decrease the log level has been introduced – at this time there is no way to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just released 2.2.0 with this feature. Docs
Not sure about that, but it definitely works. I just tested it.