I want to logging to file and set it in properties file, because default logger.info() output goes to console and in web application there is no console in my case.
Where should I put logging.properties file for java.util.logging in web application (maven project)?
|
feedback
|
|
you should put in src/main/resources | |||||||
feedback
|
|
If you are using Tomcat, then you should log to | |||||
feedback
|