Recipe for File Destination

This destination does not have any additional properties.

tml_log_properties.json:

For access, metrics, verbose 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",
  "td_agent_verbose_output_channelType" : "DEFAULT"
}
NOTE : This is the default output for all the types of logs.
  • td_agent_output_channelType is for selecting output channel for access logs.
  • td_agent_metric_output_channelType is for selecting output channel for metrics log.
  • td_agent_container_output_channelType is for selecting output channel for component's logs. This includes applications, container agents and other short lived processes.
  • td_agent_verbose_output_channelType is for selecting output channel for verbose logs.