Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/templates/log/fluentd/default.conf.erb

Issue 29341151: Issue 4019 - Added "Edge" to platform choices in Issues tracker at issues1. (Closed)
Patch Set: Created May 10, 2016, 3:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/adblockplus/manifests/user.pp ('k') | modules/adblockplus/templates/log/fluentd/forwarder.conf.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/templates/log/fluentd/default.conf.erb
===================================================================
deleted file mode 100644
--- a/modules/adblockplus/templates/log/fluentd/default.conf.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-# http://docs.fluentd.org/articles/config-file#error-label
-<label @ERROR>
- <match **>
- @type file
- append true
- compress gzip
- flush_at_shutdown
- path /var/log/<%= @agent %>/error
- time_slice_format %Y%m%d
- utc
- </match>
-</label>
-
-# http://docs.fluentd.org/articles/config-file#match-order
-<match **>
- @type file
- append true
- compress gzip
- flush_at_shutdown
- path /var/log/<%= @agent %>/unmatched
- time_slice_format %Y%m%d
- utc
-</match>
« no previous file with comments | « modules/adblockplus/manifests/user.pp ('k') | modules/adblockplus/templates/log/fluentd/forwarder.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld