Fix some grammar

This commit is contained in:
terry-xiaoyu 2018-10-17 15:45:50 +08:00
parent 8f5b7a0d05
commit 46c7e86331
1 changed files with 2 additions and 2 deletions

View File

@ -337,14 +337,14 @@ rpc.socket_keepalive_count = 9
## - both: write logs both to file and standard I/O ## - both: write logs both to file and standard I/O
log.to = stdio log.to = stdio
## Sets the severity level for logs that written to stdio. ## Sets the severity level for logs written to stdio.
## ##
## Value: debug | info | notice | warning | error | critical | alert | emergency ## Value: debug | info | notice | warning | error | critical | alert | emergency
## ##
## Default: error ## Default: error
log.stdio.level = error log.stdio.level = error
## Sets the severity level for logs that written to file. ## Sets the severity level for logs written to file.
## ##
## Value: debug | info | notice | warning | error | critical | alert | emergency ## Value: debug | info | notice | warning | error | critical | alert | emergency
## ##