Skip to content

feature(tarantool): added ability to set own log::Level => SayLevel mapping

Alexey Protsenko requested to merge tlogger into master

There are some problems with the default log interface implemented with TarantoolLogger cause mapping log::Level => SayLevel are hardcoded.

  1. no way to use log interface with levels like verbose.
  2. application debug level and tarantool debug level is hard coupled: no way to write app debug! logs without writing tarantool debug logs.

Merge request reports