LogTypeCSVs
List of message types to log. Type one or more of the following message types to specify the type of messages written to the associated log file. If you want to type multiple message types, separate them with commas (there must be no space before or after a comma):
Option | Description |
---|---|
All Components | |
Action
|
Logs actions and related messages. |
Application
|
Logs application-related occurrences. |
Connectors | |
Collect
|
Messages related to the Collect fetch action. |
Delete
|
Messages related to the Delete fetch action (which deletes documents from the repository). |
GetURI
|
Messages related to the GetURI action. |
Hold
|
Messages related to the Hold and ReleaseHold fetch actions (which apply and release legal holds). |
Identifiers
|
Messages related to the Identifiers fetch action (which requests document lists from the repository). |
Insert
|
Messages related to the Insert fetch action (which inserts information into the repository). |
Synchronize
|
Messages related to the Synchronize fetch action. |
SynchronizeGroups
|
Messages related to the SynchronizeGroups fetch action. |
Update
|
Messages related to the Update fetch action (which updates the metadata of items in the repository). |
View
|
Messages related to the View action. |
ActionName:TaskNameRegex
*:* |
These log types can be used to log messages for custom combinations of actions and tasks. Replace Examples To log messages for the synchronize action, but only for the task 'MyTask1': LogTypeCSVs=synchronize:MyTask1 To log messages for the synchronize action, for tasks where the task name begins with 'MyTask': LogTypeCSVs=synchronize:MyTask.* To log messages for all synchronize tasks: LogTypeCSVs=synchronize:* NOTE: This is not the same as To log messages for all actions, but only for the task 'MyTask1': LogTypeCSVs=*:MyTask1 Order of Precedence The connector writes a log message to the first log stream that has a relevant log type configured. For example, if you configure a log stream with The order of precedence is as follows:
|
NOTE: You can configure a maximum of 64 entries for LogTypeCSVs
, across all log streams.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | LogStream |
Example: | LogTypeCSVs=Application,Index
|
See Also: | LogFile |