Re: IgniteLogger improvement

2022-11-09 Thread Ilya Korol
Hi Alex, thanks for the response. I guess that attachment (mermaid diagram in PNG) was excluded by user list server. I will try to add it again, and as a backup here is the link to same file in my dropbox: https://www.dropbox.com/s/8d2kxlv5my4jl3v/logging.diagram.1.png?dl=0 09.11.2022 15:13,

Re: IgniteLogger improvement

2022-11-09 Thread Aleksandr Polovtsev
Thank you for the proposal, Ilya! Looks like a really nice change. I can't see any of the mentioned attachments for some reason, though On Sun, Nov 6, 2022 at 10:05 AM Ilya Korol wrote: > Hi Igniters, > > I would like to discuss the Ignite logging. > I found current logging implementation a

Re: IgniteLogger improvement

2022-11-07 Thread Ɓukasz Dywicki
Hello Ilya, I think that you might satisfy your requirements using MDC. It is refereed as Managed/Mapped Diagnostic Context [1], some logging libraries call it also Nested Diagnostic Context. Using it you can mark log entries with context specific information which is provided elsewhere.

IgniteLogger improvement

2022-11-06 Thread Ilya Korol
Hi Igniters, I would like to discuss the Ignite logging. I found current logging implementation a little bit inflexible for several use-cases. Assume that I want to run multiple Ignite instances in same JVM process and I also want that all messages from each Ignite instance go to separate