Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
None
-
None
-
None
Description
The UI should remember previous logger names I use when setting dynamic log levels, much like on form submit when the input fields are autocompleted by browsers.
In order to implement this in Storm UI, we'd have to use an autocomplete input field like Selectize, and store previous entries in Local Storage. These would trigger on the dynamic log level action (Add) so that when you add something, the value gets cached.
We'd then take that and prepulate the Selectize control as a convenience.