mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated S3 API Audit log (markdown)
parent
bdc020d997
commit
244d9d4ea7
|
@ -7,15 +7,14 @@
|
|||
{
|
||||
"fluent_port": 24224,
|
||||
"fluent_host": "127.0.0.1",
|
||||
"FluentNetwork": "tcp",
|
||||
"Timeout": 3,
|
||||
"WriteTimeout": 0,
|
||||
"BufferLimit": 8192,
|
||||
"RetryWait": 500,
|
||||
"MaxRetry": 13,
|
||||
"MaxRetryWait": 60000,
|
||||
"TagPrefix": "",
|
||||
"Async": true
|
||||
"fluent_network": "tcp",
|
||||
"timeout": 3,
|
||||
"write_timeout": 0,
|
||||
"buffer_limit": 8192,
|
||||
"retry_wait": 500,
|
||||
"max_retry": 13,
|
||||
"max_retry_wait": 60000,
|
||||
"tag_prefix": ""
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue