Commit graph

3 commits

Author SHA1 Message Date
Andrey
d8bf15a2f5
system_log improvements ()
* system_log improvements

* Don't use ModuleNotFoundError which is 3.6+

* Don't use FrameSummary which was added in 3.5

* Don't trace stack for exception logs

* Handle test error in Python 3.4
2017-11-25 16:22:41 +02:00
Pierre Ståhl
87995ad62c Do not add panel from system_log ()
The frontend will not have this panel.
2017-11-15 23:45:08 +01:00
Pierre Ståhl
8111e3944c Add basic backend support for a system log ()
Everything logged with "warning" or "error" is stored and exposed via
the HTTP API, that can be used by the frontend.
2017-11-14 20:35:56 -08:00