From e535e5e55fba38648a6974fee46e8082f64e2add Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 14 Jun 2015 16:07:46 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index ff58e86..c11247c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,3 +2,13 @@ You can increase the "-pulseSeconds" on master from default 5 seconds to some higher number. See #100 https://github.com/chrislusf/seaweedfs/issues/100 + +2. How to store large logs? + +The log files are usually very large. But SeaweedFS is mostly for small-to-medium large files. How to store them? "weed filer" can help. + +Usually the logs are collected during a long period of time span. Let's say each day's log is about a manageable 128MB. You can store each day's log via "weed filer" under "/logs/" folder. For example: + /logs/2015-01-01.log + /logs/2015-01-02.log + /logs/2015-01-03.log + /logs/2015-01-04.log