Former-commit-id: 090152fcebd69beec8fbeda27d8c1b91aa86f001
This commit is contained in:
groot 2019-06-23 10:04:18 +08:00
parent b7f2b39559
commit 1366ff1422

View File

@ -3,7 +3,7 @@
FILENAME = "/tmp/milvus/logs/milvus-%datetime{%H:%m}-global.log"
ENABLED = true
TO_FILE = true
TO_STANDARD_OUTPUT = true
TO_STANDARD_OUTPUT = false
SUBSECOND_PRECISION = 3
PERFORMANCE_TRACKING = false
MAX_LOG_FILE_SIZE = 2097152 ## Throw log files away after 2MB
@ -17,7 +17,7 @@
* VERBOSE:
FORMAT = "%datetime{%d/%M/%y} | %level-%vlevel | %msg"
TO_FILE = false
TO_STANDARD_OUTPUT = true
TO_STANDARD_OUTPUT = false
## Error logs
* ERROR:
ENABLED = false