Fix gh-69: add a dedicated severity for system errors in the log.
Rationale: Any error which implies a system administrator action needs to be marked explicitly in the log, so that it's easy to find and act upon. This change the number of log levels, so the default log level was bumped from 4 to 5. Installations which set the log level explicitly need to adjust their setting.
Showing
- cfg/core_cfg.cfg_tmpl 2 additions, 2 deletionscfg/core_cfg.cfg_tmpl
- cfg/tarantool_box_cfg.c 1 addition, 1 deletioncfg/tarantool_box_cfg.c
- cfg/tarantool_box_cfg.h 1 addition, 1 deletioncfg/tarantool_box_cfg.h
- include/say.h 2 additions, 1 deletioninclude/say.h
- src/exception.cc 1 addition, 1 deletionsrc/exception.cc
- src/say.cc 2 additions, 0 deletionssrc/say.cc
- test/box/admin.result 1 addition, 1 deletiontest/box/admin.result
- test/box/configuration.result 3 additions, 3 deletionstest/box/configuration.result
- test/box/lua.result 3 additions, 3 deletionstest/box/lua.result
- test/memcached/off.result 1 addition, 1 deletiontest/memcached/off.result
Loading
Please register or sign in to comment