Skip to content

Logs: Omission of repeated messages and minimum level for frontend viewer #2335

@lastzero

Description

@lastzero

As a user or developer with trace mode enabled, I don't want debug logs and repeated messages sent to the user interface to limit performance overhead and prevent feedback loops when the websocket connection has problems.

  • Since log messages are forwarded to the frontend via websockets, this can lead to feedback loops if something is wrong with the websockets, e.g. if a proxy is misconfigured.
  • These changes will also prevent all debug and trace messages from being sent to the frontend, as they cause a lot of traffic and can contain sensitive information.

Metadata

Metadata

Assignees

Labels

enhancementEnhancement or improvement of an existing featurereleasedAvailable in the stable release

Type

No type

Projects

Status

Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions