Revision as of 17:14, October 31, 2019 by Edjamer (talk | contribs) (1 revision imported: renaming AgentStatusConnector option component)
Jump to: navigation, search

DataLoader:log:verbose


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

verbose

Default Value: standard
Valid Values: all, debug, trace, interaction, standard, none
Changes Take Effect: Immediately


Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug.

  • all - All log events (that is, log events of the Standard, Trace, Interaction, and Debug levels) are generated.
  • debug - The same as all.
  • trace - Log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not.
  • interaction - Log events of the Interaction level and higher (that is, log events of the Standard and Interaction levels) are generated, but log events of the Trace and Debug levels are not.
  • standard - Log events of the Standard level are generated, but log events of the Interaction, Trace, and Debug levels are not.
  • none - No output is produced.

Draft Option

No draft option

Comments or questions about this documentation? Contact us for support!