I know you could define the log level for liferay log on the path
/liferay-portal-6.1.10-ee-ga1/logs/liferay.yyyy-mm-dd.log through Control Panel -> Server Adminstration -> Log levels
. But this is so hard to do, since there are many pages to go through and so many classes or packages. Is there a way I could set all the levels to WARN from one single place?
In Log4j properties file I have defined a log file in a different place and set the log level there to WARN. This works. Can I do another setting in the same Log4j properties file for this path as well:
/liferay-portal-6.1.10-ee-ga1/logs/liferay.yyyy-mm-dd.log?