Skip to content
Snippets Groups Projects
  • Vladimir Davydov's avatar
    9c0dcd7d
    log: make log.cfg{modules=...} work as box.cfg{log_modules=...} · 9c0dcd7d
    Vladimir Davydov authored
    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)
    9c0dcd7d
    History
    log: make log.cfg{modules=...} work as box.cfg{log_modules=...}
    Vladimir Davydov authored
    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)