Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link

Provide choices configuration auto-reload #33

Closed Toparvion closed 3 years ago

Toparvion commented 4 years ago

Currently AnaLog loads its choices configuration at the startup time only. This makes the changes to the choices expensive from the usability point of view.

We have already separated choices configuration file from other sources so it should be easier to support its reloading on-the-fly.

No other configuration properties require to be reloadable at runtime.

Toparvion commented 4 years ago

This feature can become a temporal workaround solution for #25 in some simple cases.