Skip to content

Optimize performance of logging, add printing milliseconds

Pavel Kisliak requested to merge epam/uniform_logging_style8 into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Some final enhancements for logging system:

  • Add printing milliseconds to log messages (in format: 2023-08-16 14:30:40.173)
  • Optimize performance (removed dynamic memory allocation for Message, etc)
  • Fix/suppress CppCheck warnings

Issue: #53 (closed)

Benchmark before this particular MR:
2023-08-09_16-48-00

After optimizations:
2023-08-15_18-37-33

Edited by Pavel Kisliak

Merge request reports