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.
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.