Reducing SOA infra log levels
Oracle SOA Suite 11g writes log information to log files, and by reducing the amount of file I/O that logging performs, we can improve the performance of the entire SOA Suite 11g infrastructure.
Getting ready
You will need to install the SOA Suite with the Enterprise Manager Fusion Middleware Control component to use this recipe.
How to do it...
Follow these steps to configure the SOA Suite SoaInfra application's log levels:
Follow steps from 1 through 2 in the Tuning SOA Engine dispatcher invoke threads recipe to get to the BPEL Service Engine properties page.
Navigate to Logs and Log Configuration, as shown in the following screenshot:
Set all the log levels to SEVERE.
How it works...
By reducing the amount of file I/O that occurs from logging, it is possible to improve the performance of the application, but with the trade-off that the log information is not available if you have a problem. In a stable system, where you do not expect frequent outages, it is worth...