Fix some grammar
This commit is contained in:
parent
8f5b7a0d05
commit
46c7e86331
|
@ -337,14 +337,14 @@ rpc.socket_keepalive_count = 9
|
|||
## - both: write logs both to file and standard I/O
|
||||
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
|
||||
##
|
||||
## Default: 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
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue