We are using quartz job in our application. How can I log only logs of these Job Classes and not of all applications.
I am using JDBCAppender of log4j but it inserts all logs in database.
Can we add multiple log4j.xml e.g log4j.xml and log4j_job.xml configuration files and configure these classes to use that log4j_job.xml ?