Skip to content
Snippets Groups Projects
Commit 9c0dcd7d authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

log: make log.cfg{modules=...} work as box.cfg{log_modules=...}

Configuring log modules work differently with log.cfg and box.cfg:
box.cfg{log_modules=...} overwrites the current config completely while
log.cfg{modules=...} overwrites the currently config only for the
specified modules. Let's fix this inconsistency by making log.cfg behave
exactly as box.cfg.

Closes #7962

NO_DOC=bug fix

(cherry picked from commit c13e59a5)
parent a4efd470
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