Here is how you can find your current configuration for the file location. If you open your res.war/WEB-INF/web.xml file, you could find following block:
<context-param>
<description>configuration file for res console log file of server info view . the param-value can be modified.</description>
<param-name>resconsole-logging-config-filename</param-name>
<param-value>resconsole-logging.properties</param-value>
</context-param>
You can find the property file at (if you file configuration was not changed, but the same as above) at res.war/WEB-INF/classes. Open this property file, you will find the configuration for your log file:
res-console-logging-file=${catalina.base}/logs/res-console.log
If your value is not like above, please change it to the default value.
#OperationalDecisionManager(ODM)#Support#SupportMigration