[Tarantool-patches] [PATCH v4 2/8] lua/log: declare say_logger_init and say_logger_initialized

Cyrill Gorcunov gorcunov at gmail.com
Thu May 28 14:16:40 MSK 2020


On Thu, May 28, 2020 at 02:12:26PM +0300, lvasiliev wrote:
> Hi! Thank you for the patch.
> LGTM, except a comment below.
> 
> On 28.05.2020 13:07, Cyrill Gorcunov wrote:
> > We gonna use it to provide a way to initialize
> > logger subsystem early.
> > 
> > Part-of #689
> > 
> > Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
> > ---
> >   src/lua/log.lua | 8 ++++++++
> >   1 file changed, 8 insertions(+)
> > 
> > diff --git a/src/lua/log.lua b/src/lua/log.lua
> > index 312c14d5e..9830b0886 100644
> > --- a/src/lua/log.lua
> > +++ b/src/lua/log.lua
> > @@ -1,5 +1,7 @@
> >   -- log.lua
> >   --
> > +-- vim: ts=4 sw=4 et
> 
> Elders must decide whether or not to use vim ...

I'll drop it (since it put pants in fire fore some people ;)


More information about the Tarantool-patches mailing list