Merge branch 'branch-0.3.1' into 'branch-0.3.1'

change log size limit to 200MB

See merge request megasearch/milvus!240

Former-commit-id: 449451b573c5dc2b9aac3546cfd71c6ea55fb5df
This commit is contained in:
peng.xu 2019-07-18 15:38:41 +08:00
commit 96ee2bdc8a

View File

@ -6,7 +6,7 @@
TO_STANDARD_OUTPUT = false
SUBSECOND_PRECISION = 3
PERFORMANCE_TRACKING = false
MAX_LOG_FILE_SIZE = 2097152 ## Throw log files away after 2MB
MAX_LOG_FILE_SIZE = 209715200 ## Throw log files away after 200MB
* DEBUG:
FILENAME = "@MILVUS_DB_PATH@/logs/milvus-%datetime{%H:%m}-debug.log"
ENABLED = true