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
: > ...
: >
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
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}