1 comment

[ 3.8 ms ] story [ 30.6 ms ] thread
You might want to change the log level dynamically to get more debug information without restarting, or more easily turn off logging to save money.

In either case, this breaks down into a 2 part problem.

1. Capture the user intent to change the log level 2. Propagate this message to the instances of your service

There are a number of good options for doing both of these and this goes into the choices.