1.3 Preliminary Checks from Service Log Files
This topic describes about preliminary checks from service log files.
The war deployments for each microservice sub-domain can generate the log files in the WebLogic server.
The configuration of this log can be found at
logback.xml
:<root level="INFO">
<appender-ref ref="FILE" />
</root>
In production scenarios, make sure that the root level is configured as ERROR
so that log files do not get overwhelmed.
Note:
Refer to Oracle WebLogic Server Documentation Library to know the path where these files are generated. In on-premises cases, the log files can be zipped and sent for remote troubleshooting purposes.Parent topic: Troubleshooting Technical Flows