Hi all,

My application creates millions of loggers and appenders.

I'm worried about the memory usage.

For that, I am doing following things.
1.Remove appender from LoggerConfig.
2.Stop the LoggerConfig.
3. Remove logger from Configuration.

But when I do the performance test, it prints the errors on console that 
"Attempted to append to non-started appender".

Do I need to clear them like this? Is there any better way to do it in a 
performance intensive application?

Please assist.

Reply via email to