|
|
Line 7: |
Line 7: |
| }} | | }} |
| {{DraftOption}} | | {{DraftOption}} |
− |
| |
− |
| |
− |
| |
− |
| |
| | | |
| {{PubExtended}} | | {{PubExtended}} |
− |
| |
− |
| |
− |
| |
| | | |
| {{DraftExtended}} | | {{DraftExtended}} |
− |
| |
− |
| |
− |
| |
− |
| |
| | | |
| {{OptionCreate | | {{OptionCreate |
Revision as of 16:24, June 21, 2019
View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
logconfig.DATAC
Default Value: 0-2,4|*|*
Valid Values: Pipe delimited ranges for log levels, module IDs and specifier IDs. Ranges can be comma separated integers or range of integers or '*'.
Changes Take Effect: Immediately
Controls the log messages that are sent to the Data Collection sink. The format is 'levels|moduleIDs|specifierIDs' (repeated if necessary). The values between the pipes can be in the format: 'm-n,o,p' (ie "0-4, 5,6"). The wildcard character '*' can also be used to indicate all valid numbers. Example: '*|*|*' indicates that all log messages should be sent to the sink. Alternatively, '0,1|0-10|*|4|*|*' inidcates that CRITICAL(0) and ERROR(1) level messages with module IDs in the range 0-10 wil be sent to the sink; and all INFO(4) level messages will be sent as well.
Draft Option
No draft option