Previous Topic: Configure Log Rolling SettingsNext Topic: Log Rolling Based on File Age


Configure HttpClient Settings

We recommend that you enable HttpClient logging only for debugging. In a production environment, enabling logging can cause performance degradation.

Follow these steps:

  1. Navigate to Administration, Logger.
  2. Complete the following fields in the Http Client Logging section:
    Maximum File Size

    Defines the maximum number of bytes to write to any on log file.

    Default: 5,000,000

    Maximum Backup Index

    Specifies the number of output files in a cycle.

    Default: 10

    Wire Level

    Defines the log level of the wire log.

    Log File Name

    Defines the file name of the HttpClient log file.

    Formatter Class Name

    Specifies the name of the formatter class.

    Limits:

    java.util.logging.SimpleFormatter — writes brief summaries of log records

    java.util.logging.XMLFormatter — writes detailed descriptions in XML format

    Default: java.util.logging.SimpleFormatter

  3. Click Save.