You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding or updating a log level, the entire grid should refresh after any individual update, to reflect potential changes to effective logging levels on other rows.
Eg I have log level rows for com.myapp and com.myapp.pkg. Both start with no override showing default INFO level. I update parent com.myapp to debug. After update com.myapp.pkg should also show effective level of debug.
If after making that update I close the log levels dialog and re-open, I see the correct effective levels across all rows.
The text was updated successfully, but these errors were encountered:
actual found a little workaround see PR -- think making RestGridModel more flexible to handle this is a bigger project, but felt it was worth it to get this fix in ASAP
When adding or updating a log level, the entire grid should refresh after any individual update, to reflect potential changes to effective logging levels on other rows.
Eg I have log level rows for
com.myapp
andcom.myapp.pkg
. Both start with no override showing default INFO level. I update parentcom.myapp
to debug. After updatecom.myapp.pkg
should also show effective level of debug.If after making that update I close the log levels dialog and re-open, I see the correct effective levels across all rows.
The text was updated successfully, but these errors were encountered: