We may just need to change the flume's bootstrap class (Application.java) to do this. Please file a jira.
On 30-Dec-2016 8:37 PM, "Naveenkumar" <nave...@gmail.com> wrote: Hi Laxman I have checked the documentation what you have suggested but the thing is I don't want to do flume source code modification because, according to the documentation we have to add method called configureandwatch in classes wherever we are using Log4j so ,if we go with this. then we need to change each and every class and above all internally flume source code uses slf4j framework that to with lig4j so,is there any other way to handle this out Regards Naveen Sent from my iPhone > On 30-Dec-2016, at 4:22 PM, Laxman Ch <laxman....@gmail.com> wrote: > > Naveen, > > This is more of a log4j question and this can be done with configuration. > Please check log4j documentation. > https://logging.apache.org/log4j/1.2/faq.html#a3.6 > > Flume uses log4j 1.2. > > -- > Thanks, > Laxman > > On 30 December 2016 at 15:00, Naveenkumar Panchappanavar < nave...@gmail.com> > wrote: > >> Hi Team, >> >> I am try to get the dynamic log information from the flume engine *ie*: >> lets say i have started the flume agent and in meanwhile if i change the >> log level in log4j.properties it should dynamically take affect according >> to the log level which i configured without restarting the flume engine. >> >> can any please help regarding this. >> >> Regards >> Naveen. >>