Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Fix: destination for custom log was not set correctly in fluentd config #533

Merged
merged 3 commits into from
Jan 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions runtime/opt/taupage/init.d/02-register-td-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def update_configuration_from_template():
fluentd_syslog_destination=fluentd_syslog_destination,
fluentd_applog_destination=fluentd_applog_destination,
fluentd_authlog_destination=fluentd_authlog_destination,
fluentd_customlog_destination=fluentd_customlog_destination,
fluentd_loglevel=fluentd_loglevel,
fluentd_s3_region=fluentd_s3_region,
fluentd_s3_bucket=fluentd_s3_bucket,
Expand Down