Skip to content

Replacing LogWriterBase with LogWriterBaseSlow implementation

Max Piletski requested to merge slb-master-gsm-cleanup into slb-master

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.

Merge request reports