framework icon indicating copy to clipboard operation
framework copied to clipboard

Automatically set the logging to debug level when updating cluster

Open matthiasdeblock opened this issue 7 years ago • 2 comments

By default the logging for the framework components is set to 'info'. When you want to update the cluster, you need to manually change this to 'debug' if you want some logging when hitting the update button.

Setting the logging level to 'debug' is something the update process should need to configure. So, enable debug when starting the update process and disabling the debug level when finished.

matthiasdeblock avatar Mar 27 '18 08:03 matthiasdeblock

Better solution would be that the update logs the necessary as INFO so you don't have to fiddle with the log settings.

wimpers avatar Mar 27 '18 14:03 wimpers

Fixed by https://github.com/openvstorage/framework/pull/2251

JeffreyDevloo avatar Feb 19 '19 13:02 JeffreyDevloo