Created
January 17, 2014 06:11
-
-
Save glidenote/8469146 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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