Hello Camel community,
I'm actually using camel inside a CDI container (Weld).
In my project in can have several CDI container inside the same JVM, and
each cdi container have is own log4j tree.
The issue is that several camel component are saving the logger inside
static variable, this is creating some logs issue for me.
Is there a policy for camel developers if we need to save loggers as static
or not.
Thanks in advance
Guillaume
I'm actually using camel inside a CDI container (Weld).
In my project in can have several CDI container inside the same JVM, and
each cdi container have is own log4j tree.
The issue is that several camel component are saving the logger inside
static variable, this is creating some logs issue for me.
Is there a policy for camel developers if we need to save loggers as static
or not.
Thanks in advance
Guillaume