To configure the logging level, complete the following step in your BIC database.
Note: The specified LogTraceLevel does not apply
to Runtime Server instances. For more information about setting the logging level
for an RTS instance, see "Define logging levels" in the Brainware
Intelligent Capture Runtime Server Help.
Update the following command with the desired Logging Levels
and then execute the command.
-
For SQL Server
exec sp_SetGlobalApplicationSetting 'LogTraceLevel', '[logging level]', True
Example
exec sp_SetGlobalApplicationSetting 'LogTraceLevel', '1', True
-
For Oracle
exec sp_SetGlobalApplicationSetting ('LogTraceLevel', '[logging level]', 1)
Example
exec sp_SetGlobalApplicationSetting ('LogTraceLevel', '1', 1)