Re: logs to different files

2006-04-20 Thread waltz co
something like: log4j.logger.com.infotechsw=INFO, infotechsw #if you're using hibernate 3.x log4j.logger.org.hibernate=ERROR, hibernate #if you're using hibernate 2.x log4j.logger.net.sf.hibernate=ERROR, hibernate log4j.appender.hibernate=org.apache.log4j.RollingFileAppender log4j.appender

different log4J log files for same application

2006-03-05 Thread waltz co
hi, i have an application that listens to a specific port to do its task. this app runs on multiple instances by specifying different ports in the argument. MyApp-1211.bat contains java com.sample.MyApp 1211 MyApp-1311.bat contains java com.sample.MyApp 1311 MyA