Modify Log4j2config.xml
Modify log4j2config.xml in all AppServers to change status from
trace to
info, that is,
<Configuration monitorInterval="5"
packages="oracle.ocsg.daf.custom.action.customlog4j"
status="trace">
to
<Configuration monitorInterval="5" packages="oracle.ocsg.daf.custom.action.customlog4j" status="info">
This xml file is available under the location:
/u03/app/oracle/ocsg-18.3.1/user_projects/domains/services-gatekeeper-domain/log4j
After the above change is done on all AppServers, restart all
AppServers from the Admin console:
https://<floating ip of admin server>:9002/console/login/LoginForm.jsp
Steps to Restart AppServers
- Log into the Admin console.
- From the side menu, navigate to .
- From the Control tab, mark
the checkboxes next to each AppServer and click
Click Yes to confirm.
.
- Wait until the state of all AppServer changes to SHUTDOWN.
- Mark the checkboxes next to each AppServer and click Start.
- Click Yes to confirm.