Navigation Menu

Skip to content

Commit

Permalink
sample: use @type
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 13, 2017
1 parent a91f4d7 commit b7824ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/store-apache.conf
Expand Up @@ -43,7 +43,7 @@
host 127.0.0.1

<buffer>
buffer_type file
@type file
buffer_path /tmp/buffer
flush_interval 1
<buffer>
Expand Down
2 changes: 1 addition & 1 deletion sample/store-syslog.conf
Expand Up @@ -52,7 +52,7 @@
host 127.0.0.1

<buffer>
buffer_type file
@type file
buffer_path /var/spool/td-agent/buffer/groonga
flush_interval 1
</buffer>
Expand Down
2 changes: 1 addition & 1 deletion sample/store.conf
Expand Up @@ -10,7 +10,7 @@
host 127.0.0.1

<buffer>
buffer_type file
@type file
buffer_path /tmp/buffer
flush_interval 1
<buffer>
Expand Down

0 comments on commit b7824ff

Please sign in to comment.