Updated FAQ (markdown)

chrislusf 2015-06-14 16:08:03 -07:00
parent e535e5e55f
commit 0b2cde37e9

8
FAQ.md

@ -8,7 +8,7 @@ See #100 https://github.com/chrislusf/seaweedfs/issues/100
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
` /logs/2015-01-01.log`
`/logs/2015-01-02.log`
`/logs/2015-01-03.log`
`/logs/2015-01-04.log`