Rishi,

I think that log aggreagtion task can't be solved only by log4j
configuration. But you can reduce logs size and amount of log files
using different log level.

Also if your application offen log something you can do it using
GridLogThrottle class (or LT alias).

On Fri, Mar 10, 2017 at 6:00 PM, Rishi Yagnik <[email protected]> wrote:
> Andre,
>
> I am asking is there a way to aggregate log file with log4j
> /log4j-2configuration, currently I believe it s creating log file per
> session which produces 30-50k log files.
>
> This also creates problem in debugging when something gets wrong which log
> files to see since it s generating log file in humongous amount.
>
> Let us stick to Ignite here I know there are many tools out there which can
> do the job for me, I see it s a problem when you are monitoring ignite
> every 3 min to get different statistic, it is hard to get into root of the
> problem due to log file generated for every session.
>
> Any thoughts further ..
>
>
>
> On Fri, Mar 10, 2017 at 8:54 AM, Andrey Gura <[email protected]> wrote:
>>
>> There are many ways to aggregate logs but it is all about special
>> instruments like LogStash, Kibana, etc, not about Ignite.
>>
>> I'm sure you will find a lot of information in your favorite search
>> engine.
>>
>> On Fri, Mar 10, 2017 at 5:17 PM, ignite_user2016 <[email protected]>
>> wrote:
>> > Any reply would be helpful here..
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://apache-ignite-users.70518.x6.nabble.com/Aggregation-of-log-files-tp11102p11116.html
>> > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>
>
>
>
> --
> Rishi Yagnik

Reply via email to