Determines the settings of the destination file.
|
enabled: Boolean that determines whether the destination is enabled. Default is "false."
name: String of the destination log file. Default of "mtx-internal.log"
location: String of destination file path. Default at "./mtxlogs."
mbytes-rollover: uint32 that determines the length of the log file before the system overwrites the oldest data. Default is
10 Mbytes.
hours-rollover: uint32 that determines the length of the log file in terms of hours. Default is 24 hours.
startup-rollover: Boolean that determines if the log file is rolled over upon agent start or restart. Default value of "false."
max-rollover-files: uint32 that determines the maximum number of rollover files; deletes the oldest file when the max-rollover-files
value exceeded. Default value of 10.
|