Skip to content

Draft: GONRG-10103: add global log level to services

Vadzim Beuzo [EPAM / GCP] requested to merge loglevel into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

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
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • NO

What is the current behavior?

Logs are currently configured separately for each service in its configuration.

What is the new/expected behavior?

Logs will configure on global level with possible fine-grained service-level configuration that will override global (if data empty - log_level will take from .global ; otherwise from .data)

Have you added/updated Unit Tests and Integration Tests?

No

Any other useful information

Merge request reports