Skip to content
Snippets Groups Projects
Commit 26d508d1 authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Alexander Turenko
Browse files

config: unify logs and alerts inside creds applier

With this patch the following log/alert structure is introduced:
* all informational messages (e.g. some privs granted) use `log.verbose()`
* all warnings about postponed apply use `config:_alert{type = 'warn'}`
* all apply errors are reported with `config:_alert{type = 'error'}`

Debug logs are removed.

Part of #8967

NO_DOC=logging and alerts
NO_CHANGELOG=see NO_DOC
NO_TEST=see NO_DOC
parent 1ee7020a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment