Closed OlofBlomqvist closed 3 months ago
The current websocket endpoint for log messages are basic strings with no structure. A more structured format would be easier to work with; I would expect it to look something like this:
{ "message": "...", "hostname": "some.domain", "level": "info" }
It may also be useful to have the possibility of toggling loglevel or hostname filters on this endpoint
... turns out this is already the case! This PR also solves all known issues with this endpoint so closing this issue
The current websocket endpoint for log messages are basic strings with no structure. A more structured format would be easier to work with; I would expect it to look something like this:
It may also be useful to have the possibility of toggling loglevel or hostname filters on this endpoint