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

  1. Log into the Admin console.
  2. From the side menu, navigate to Domain Structure, and then Environment, and then Servers.
  3. From the Control tab, mark the checkboxes next to each AppServer and click Shutdown, and then Force shutdown now.

    img/modify-log4j2config.png

    Click Yes to confirm.

  4. Wait until the state of all AppServer changes to SHUTDOWN.
  5. Mark the checkboxes next to each AppServer and click Start.
  6. Click Yes to confirm.