DiamondLightSource / logpanel

Graylog frontend that displays aggregated, streaming logs for multiple services
Apache License 2.0
1 stars 0 forks source link

Application-Based Logs #33

Open TBThomas56 opened 6 months ago

TBThomas56 commented 6 months ago

As a developer, I want the application to handle data from different sources appropriately. Certain sources have a different levelling system and does not have a the "full_message" response. This is especially true in cluster-based responses and can be identified easily by changing the logfilter to Error and corresponding the Log Level String with the Message (which contains the log level)

Acceptance Criteria