Recipe for File Destination

This destination does not have any additional properties.

tml_log_properties.json:
1. For access, metrics and component's logs to file based output channel
 
{
  "tmg-internal-statusCheck":"OFF",
  "tmgc_log_service_logLevel" : "info",
  "logserviceURL" : "localhost",
  "td_agent_output_channelType" : "DEFAULT",
  "td_agent_metric_output_channelType" : "DEFAULT",
  "td_agent_container_output_channelType" : "DEFAULT"
}
 
NOTE : This is by default output for all the three types of logs.
a. td_agent_output_channelType is for selecting output channel for access logs
b. td_agent_metric_output_channelType is for selecting output channel for metrics.
c. td_agent_container_output_channelType is for selecting output channel for component's logs(It includes Applications,Container agents and other short lived processes)