[Tarantool-patches] [PATCH] lua/log: accept symbolic logging levels

Alexander Turenko alexander.turenko at tarantool.org
Thu May 27 01:04:54 MSK 2021


Sorry for the late response.

Looks nice! LGTM.

If you'll have a free time, it would be good to add a simple test case:
just to automatically verify it for regressions in a future.

WBR, Alexander Turenko.

On Fri, May 07, 2021 at 02:13:05PM +0300, Cyrill Gorcunov wrote:
> Currently `log` module accepts only numeric values of
> logging levels. I turn `box.cfg` interface supports
> symbolic names (such as 'fatal', 'crit' and etc).
> 
> Thus we should support the same in `log` module.
> 
> Closes #5882
> 
> Reported-by: Alexander Turenko <alexander.turenko at tarantool.org>
> Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
> ---
> issue https://github.com/tarantool/tarantool/issues/5882
> branch gorcunov/gh-5882-logger-strings
>
> <...>


More information about the Tarantool-patches mailing list