Re: [java ee programming] Logging real time system

2010-11-28 Thread Kasim Sert
Hello, I knew log4j has jdbcappender and actually i am using it for logging to flat file.But I am not sure if log4j is suitable for my case, because i will have 4-5 tables(which will be used for reporting purpose) to log and performance is big concern.I am searching some tool that i can do post p

Re: [java ee programming] Logging real time system

2010-11-27 Thread Ravikiran Mane
Hi Kasim, I have seen number of people using Log4J Logging, in production environments, for a variety of applications. You might wanna consider this as a option. Regards, Ravikiran Mane. On Sun, Nov 28, 2010 at 8:23 AM, Kasim Sert wrote: > > Hello, > > İ have a real time system in production

[java ee programming] Logging real time system

2010-11-27 Thread Kasim Sert
Hello, İ have a real time system in production environment and i would like to persist its logs in database.Approximately there will be 5 million records each day.What is the best way to do this without affecting the system and db performance too bad. can you suggest me some document or opinion..