Skip to main content

Agent log configuration

When the application server runs, it starts collecting the monitoring data. The collected data is stored in the log file.

  • log_rotation_enabled Boolean

    Default true

    The function to store agent log files by date is activated. The log file name is stored in the format of whatap-'yyyymmdd'.log. If the value is false, the log file name is stored in the format of whatap.log.

  • log_keep_days Int

    Default 7

    It sets the log file retention period. It works only when log_rotation_enabled is true.

  • log_datasource_lookup_enabled Boolean

    Default true

    The function to record the log is activated in case of DataSource upon InitialContext Lookup.