Fixed an issue when stopping Logger
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [Yes]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
Fixed destructor of the LogWriterBase class to wait until worker-writer thread is finished. Issue happened during access of already destroyed members of LogWriterGSM in writer thread.