Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing system log #1468

Merged
merged 1 commit into from
Oct 25, 2024
Merged

removing system log #1468

merged 1 commit into from
Oct 25, 2024

Conversation

walesch-yan
Copy link
Collaborator

This PR removes the System log from the UI as discussed in #1405 including actions and state variables related to it.

While at it I modified the MX3LoggingHandler, so that only records from the user-level-log are kept in the front-end part.

Comment on lines -29 to -30
"logger": record.name,
"stack_trace": stack_trace,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the logger and stack_trace from the LoggingHandler, as we only need the user_level_log to be shown in the UI and due to some concerns about the stack_trace being sent to the front-end in #1393. Could this removal be confirmed as accepted or is the general opinion to keep it?

@marcus-oscarsson
Copy link
Member

Wonderful :)

@marcus-oscarsson marcus-oscarsson merged commit 65c4b26 into develop Oct 25, 2024
19 checks passed
@marcus-oscarsson marcus-oscarsson deleted the yw-remove-system-log branch October 25, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants