Re: separate log files

2007-01-16 Thread Yonik Seeley
/classes/logging.properties file to configure logging. I would like to each instance to log to separate log files such as; app1-solr.-mm-dd.log app2-solr.-mm-dd.log ... Is there an easy way to append the context path to org.apache.juli.FileHandler.prefix E.g

Re: separate log files

2007-01-16 Thread Chris Hostetter
the same : WEB-INF/classes/logging.properties file to configure logging. : : I would like to each instance to log to separate log files such as; : app1-solr.-mm-dd.log : app2-solr.-mm-dd.log : ... : : Is there an easy way to append the context path

separate log files

2007-01-15 Thread Ben Incani
/home type=java.lang.String value=/var/local/app1 override=true / /Context Hence each application is using the same WEB-INF/classes/logging.properties file to configure logging. I would like to each instance to log to separate log files such as; app1-solr.-mm-dd.log app2