Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created January 17, 2014 06:11
Show Gist options
  • Save glidenote/8469146 to your computer and use it in GitHub Desktop.
Save glidenote/8469146 to your computer and use it in GitHub Desktop.
[root@log002 conf.d]# diff -u apache.conf.2014-01-15 apache.conf
--- apache.conf.2014-01-15 2014-01-15 15:42:54.560802754 +0900
+++ apache.conf 2014-01-15 15:43:20.226906990 +0900
@@ -38,11 +38,12 @@
capped_size 200000m
flush_interval 1s
- buffer_type memory
+ buffer_type file
buffer_chunk_limit 8m
buffer_queue_limit 1280
retry_limit 10
retry_wait 5s
+ buffer_path /var/log/td-agent/buffer/apache.access.buffer
</match>
<match clear>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment