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

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

Issue 29339248: Issue 3305 - Introduce adblockplus::log::tracker and ::forwarder (Closed)
Patch Set: Issue 3305 - Fix typos in documentation Created April 7, 2016, 7:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # http://docs.fluentd.org/articles/config-file#error-label
2 <label @ERROR>
3 <match **>
4 @type file
5 append true
6 compress gzip
7 flush_at_shutdown
8 path /var/log/<%= @agent %>/error
9 time_slice_format %Y%m%d
10 utc
11 </match>
12 </label>
13
14 # http://docs.fluentd.org/articles/config-file#match-order
15 <match **>
16 @type file
17 append true
18 compress gzip
19 flush_at_shutdown
20 path /var/log/<%= @agent %>/unmatched
21 time_slice_format %Y%m%d
22 utc
23 </match>
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/log/tracker.pp ('k') | modules/adblockplus/templates/log/fluentd/forwarder.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld