Skip to content

Allow user to download raw logs in a given time interval. This is a proof of concept for a future possible log viewer.

Ref #9

This MR adds a new subsystem (and database) called rawlogsdb, which stores the raw logs, and provides an endpoint for fetching log lines in a given time interval.

The visual part is to be improved in a follow-up merge request. For now there's only a new and ugly button "Download raw logs" next to the date picker.

Edited by Leandro Santiago

Merge request reports