mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
e535e5e55f
commit
0b2cde37e9
8
FAQ.md
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`
|
||||
|
|
Loading…
Reference in a new issue