Skip to content

Commit

Permalink
Merge pull request #375 from grichenko/patch-34
Browse files Browse the repository at this point in the history
Added DIAG_DISABLE_APPLOG_MESSAGES variable.
  • Loading branch information
vakatov authored Nov 6, 2024
2 parents 55855a5 + 2ef41f7 commit b44d56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/ch_libconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ Table 3. Diagnostic trace configuration parameters
| Specify the AppLog period in seconds. | **`[Diag]`**<br/>**`AppLog_Rate_Period`**<br/><br/>**`DIAG_APPLOG_RATE_PERIOD`** | unsigned integer | 10 |
| Specify whether context properties should be automatically printed when set or changed. | **`[Diag]`**<br/>**`AutoWrite_Context`**<br/><br/>**`DIAG_AUTOWRITE_CONTEXT`** | Boolean  <sup>a</sup> | false |
| Specify the maximum number of diagnostic messages to collect. Messages beyond the limit will result in erasing the oldest message. | **`[Diag]`**<br/>**`Collect_Limit`**<br/><br/>**`DIAG_COLLECT_LIMIT`** | size\_t | 1000 |
| Disable all Applog messages (start/stop, request start/stop, extra). | **`[Diag]`**<br/>**`Disable_AppLog_Messages`**<br/><br/>**`DIAG_DISABLE_APPLOG_MESSAGES`** | Boolean  <sup>a</sup> | false |
| Disable Applog messages (start/stop, request start/stop, extra). Specific events to be disabled can be set by DIAG_DISABLED_APPLOG_EVENTS. | **`[Diag]`**<br/>**`Disable_AppLog_Messages`**<br/><br/>**`DIAG_DISABLE_APPLOG_MESSAGES`** | Boolean  <sup>a</sup> | false |
| Set Applog event types to be disabled by DIAG_DISABLE_APPLOG_MESSAGES flag. By default all events are disabled. 'Enable_App' allows to log application start and stop events. | **`[Diag]`**<br/>**`Disabled_Applog_Events`**<br/><br/>**`DIAG_DISABLED_APPLOG_EVENTS`** | CI  <sup>b</sup>: All, Enable_App | All |
| Specify the maximum number of messages that can be posted to the ErrLog within the ErrLog period. | **`[Diag]`**<br/>**`ErrLog_Rate_Limit`**<br/><br/>**`DIAG_ERRLOG_RATE_LIMIT`** | unsigned integer or `OFF` | 5000 |
| Specify the ErrLog period in seconds. | **`[Diag]`**<br/>**`ErrLog_Rate_Period`**<br/><br/>**`DIAG_ERRLOG_RATE_PERIOD`** | unsigned integer | 1 |
| Limit the log file size, and rotate the log when it reaches the limit. | **`[Diag]`**<br/>**`Log_Size_Limit`**<br/><br/>**`DIAG_LOG_SIZE_LIMIT`** | non-negative long integer | 0 |
Expand Down

0 comments on commit b44d56e

Please sign in to comment.