You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This also prevents debug and trace messages to be sent to the frontend.
lastzero
changed the title
Logs: Prevent feedback loops by omitting repeated messages
Logs: Prevent potential feedback loops by omitting repeated messages
May 20, 2022
lastzero
changed the title
Logs: Prevent potential feedback loops by omitting repeated messages
Logs: Omission of repeated messages and log level filter for logs displayed in the frontend
May 20, 2022
lastzero
changed the title
Logs: Omission of repeated messages and log level filter for logs displayed in the frontend
Logs: Omission of repeated messages and log level filter for frontend viewer
May 20, 2022
lastzero
changed the title
Logs: Omission of repeated messages and log level filter for frontend viewer
Logs: Omission of repeated messages and min level for frontend viewer
May 20, 2022
lastzero
changed the title
Logs: Omission of repeated messages and min level for frontend viewer
Logs: Omission of repeated messages and minimum level for frontend viewer
May 20, 2022
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.
The text was updated successfully, but these errors were encountered: