Is your feature request related to a problem? Please describe.
The error handling part of the collection causes a lot of noise in the logs.
Describe the solution you'd like
We need to change async status into three files which are imported, likely by a list:
- collect_async_status
- register_value
- error_handle
This way we can then only include the pieces we need and won't be adding too much output when unwanted.
Describe alternatives you've considered
We considered if we could just include conditionals, but this will still clutter output
Additional context
None
Is your feature request related to a problem? Please describe.
The error handling part of the collection causes a lot of noise in the logs.
Describe the solution you'd like
We need to change async status into three files which are imported, likely by a list:
This way we can then only include the pieces we need and won't be adding too much output when unwanted.
Describe alternatives you've considered
We considered if we could just include conditionals, but this will still clutter output
Additional context
None