Replacing LogWriterBase with LogWriterBaseSlow implementation
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [ ]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
Replacing LogWriterBase with LogWriterBaseSlow implementation:
- no need to have a blocking write implementation. All operations with write will go through internal queue and a write method calling in its own thread.