Re: separate log files

2007-01-16 Thread Chris Hostetter
h 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-solr.-mm-dd.log : > ... : >

Re: separate log files

2007-01-16 Thread Yonik Seeley
Below is an example of the servlet context file used for each application. 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 app

separate log files

2007-01-15 Thread Ben Incani
g. 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. org.apache.juli.FileHandler.prefix = ${catalina.context}