| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The Web Config File > DiagnosticSetting.Logging
This setting enables / disables all event logging for the IBPMExpress web server. If this is set to off, the DiagnosticSetting.Timer setting is ignored. If set to on, error dumps are output to the Application Event Log with the Source name of IBPMExpress.
XML Path: //configuration/appSettings/add[@key="DiagnosticSetting.Logging"]
Setting a value to 1 enables logging. Setting to 0 disables all logging.
Example:
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings>
<add key="DiagnosticSetting.Logging" value="1" />
...