Logging

To configure logging on your server:

  1. From the Winshuttle Workflow Central Administration Web site, click Logging in the Diagnostics section to open the Logging Type page:

  2. Specify the type of logging you want to use by selecting one or more of the following checkboxes:
  3. Specify the level of logging by selecting one of the following options:

    The impact of logging on performance corresponds to the amount of data written to the log file and how the strings are composed. In most circumstances, using Error or Warn level logging will have no noticeable impact on performance because under normal circumstances very little would be written to the log at these levels. The Info and Debug levels of logging will have a greater impact on performance.

  4. To delete existing log files before starting the new log, select the Delete Logs check box.
  5. To include a stack trace at each logging statement, select the Stack Trace check box.
  6. To increase system performance by writing the log in a separate thread of execution, select the Asynchronous Logging check box.
  7. Click Save Changes.

Previous Topic

Next Topic