Document Type | Troubleshooting
Category | Administration
Applicable Product Versions | 7FS01, 7FS02, 7FS02PS
Document Number | TADTS055
Issue
Unnecessary logs continuously accumulate in sys.log, causing difficulties in analyzing other logs.
Cause
Due to continuous accumulation of unnecessary logs in sys.log, it became difficult to analyze other logs. Therefore, a function was needed to filter (skip) error codes that are unnecessarily output on slog.
Solutions
By using the _SKIP_ERROR_TO_LOG parameter, specific error codes can be excluded from being recorded in sys.log.
Set the error codes in the TIP file as follows.
_SKIP_ERROR_TO_LOG="17001,8030"

[Figure 1] Error code setting screen for 17001,8030
Alternatively, alter system set _SKIP_ERROR_TO_LOG="17001,8030,5074"; can be used to change the setting.

[Figure 2] Error code setting screen for 17001,8030,5074
NoteThis is only available in Tibero 7 version.