Tuesday, October 24, 2017

How To Turn Off Low-Level Diagnostic Logging

The following message appears after logging in to Oracle E-Business Suite:
"Low-level Diagnostic Logging is turned on. This may temporarily reduce performance"


Disable diagnostic logging with the following steps:

1. Login as a user with System Administrator responsibility and then navigate to:  Profile > System.


Here user level profile value is set to "Yes" for profile option "FND: Debug Log Enabled".

Set the following profile option at the User level:
 FND: Debug Log Enabled = No

2. Logout of the application. You may also want to clear the browser's cache.

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...