Truncating Log Length - Connector for use with SAP ArchiveLink - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Connector for use with SAP ArchiveLink

Platform
OnBase
Product
Connector for use with SAP ArchiveLink
Release
Foundation 23.1
License
Premier
Standard
Essential

Long string values can be configured for automatic truncation in logs. To configure this option:

  1. Find the Hyland.Logging section of the application's .config file.
  2. Under this section, prior to the Routes subsection, find the following line:

    <Hyland.Logging TruncateLogValues="NUMBER">

    If TruncateLogValues is not present, add it within the <Hyland.Logging> tag.

    Note:

    If TruncateLogValues is set to 0, the logs will not be truncated.

  3. Replace NUMBER with the number of characters to truncate strings after, in quotation marks. The default value for this is 1024.
  4. Save the file and restart the application.