Skip to content

Remove all usages of `oes::core::Format()` from logging

Pavel Kisliak requested to merge epam/uniform_logging_style 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?

This MR removes all usages of oes::core::Format() from logging (part of issue: #53 (closed)).
Preserved previous approach for be compatible with other pending MRs (will be removed later).

MR is quite big, but all changes are simple and similar.

Edited by Pavel Kisliak

Merge request reports