Re: [DISCUSS] Colorize Ignite test console output

2022-09-12 Thread Pavel Pereslegin
Hello again! I faced the problem that log4j colorization doesn't work in the Windows console out of the box. To enable log4j colorization on Windows, the user must place the jansi library on the classpath and "disable" a special environment variable that forces log4j to skip loading this library

Re: [DISCUSS] Colorize Ignite test console output

2022-09-12 Thread Anton Vinogradov
Looks great! On Wed, Sep 7, 2022 at 2:57 PM Nikita Amelchev wrote: > Pavel, Looks cool. > > +1 to add to the default log config. > > вт, 6 сент. 2022 г. в 13:20, Pavel Tupitsyn : > > > > Thanks for the explanation. > > > > Yes, I think we can apply the same color scheme everywhere, but let's >

Re: [DISCUSS] Colorize Ignite test console output

2022-09-07 Thread Nikita Amelchev
Pavel, Looks cool. +1 to add to the default log config. вт, 6 сент. 2022 г. в 13:20, Pavel Tupitsyn : > > Thanks for the explanation. > > Yes, I think we can apply the same color scheme everywhere, but let's hear > more opinions. > > On Tue, Sep 6, 2022 at 1:10 PM Pavel Pereslegin wrote: > > >

Re: [DISCUSS] Colorize Ignite test console output

2022-09-06 Thread Pavel Tupitsyn
Thanks for the explanation. Yes, I think we can apply the same color scheme everywhere, but let's hear more opinions. On Tue, Sep 6, 2022 at 1:10 PM Pavel Pereslegin wrote: > Hello Pavel, > > I decided that it's safer to apply this only to our tests first, and > then if everything is ok, apply

Re: [DISCUSS] Colorize Ignite test console output

2022-09-06 Thread Pavel Pereslegin
Hello Pavel, I decided that it's safer to apply this only to our tests first, and then if everything is ok, apply the same logger pattern to the default production log4j-config, If you think it's worth applying them now to the production config - I can do it. вт, 6 сент. 2022 г. в 12:33, Pavel

Re: [DISCUSS] Colorize Ignite test console output

2022-09-06 Thread Pavel Tupitsyn
Looks great! However, I'm a bit confused - does it apply to node output in production build? Why does it say "test console output"? On Tue, Sep 6, 2022 at 12:20 PM Mirza Aliev wrote: > Hello Pavel! Looks awesome! Thank you for the enhancement! > > вт, 6 сент. 2022 г. в 10:37, Pavel Pereslegin

Re: [DISCUSS] Colorize Ignite test console output

2022-09-06 Thread Mirza Aliev
Hello Pavel! Looks awesome! Thank you for the enhancement! вт, 6 сент. 2022 г. в 10:37, Pavel Pereslegin : > Hello Igniters! > > Recently completed Ignite migration to use log4j2 [1]. > Log4j2 supports ANSI colorization in the console [2], which can help > in parsing log output. > As an