-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugThe code does not behave as expected / designedThe code does not behave as expected / designed
Description
Priority Level
High
What happened?
When parallel processing, debug log entries are passed from the tasks to the controller, which then checks if they should be rendered or not. This ties up the logging actor, resulting in 100ks of log entries waiting to be transferred back and forth. Instead each task should do the filtering, and each object in the architecture should have a custom log filter to enable specific types of messages to be passed as configured for various debugging tasks.
Relevant log output
Additional Tasks
- Task 1
- Task 2
- Task 3
Metadata
Metadata
Assignees
Labels
bugThe code does not behave as expected / designedThe code does not behave as expected / designed