Feature #12718
closedAs a user I would like to receive proxy log data: proxy initialization, proxy loading errors, plugin initialization, plugin initialization errors
Description
When #12714 and #12715 are complete, we will have more information from the proxy. As a user, I would like to consume this data via the API.
#12715 adds a stream of events from the proxy: which plugins were loaded, with which settings. And more important, if they failed loading why have they failed loading.
Updated by Lukas Zapletal over 9 years ago
- Assignee set to Lukas Zapletal
Ok taking, I am going to create the UI for
https://github.com/witlessbird/smart-proxy/blob/events/modules/root/root_api.rb#L32-L46
as another tab in the smart-proxy show page, if I read this correctly. Correct me if this is wrong.
Updated by Shlomi Zadok over 9 years ago
The purpose of this feature is to display how the proxy and its plugins have loaded (or if they didn't load, why).
The UI should display data from <proxy>/events/logs and highlight errors
Updated by Lukas Zapletal over 9 years ago
Thanks, so I am going to create a table of events with some filtering (errors only, warnings, per-module).
Updated by Lukas Zapletal over 9 years ago
Ok I am working on this one right now.
Updated by Lukas Zapletal about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 33d9f9eeec63da0322b7d318077c2a7e58ffff11.