mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated S3 API Audit log (markdown)
parent
802c225a9d
commit
23f9de4517
|
@ -2,6 +2,23 @@
|
|||
|
||||
```weed s3 -auditLogConfig=/etc/seaweedfs/auditLogConfig.json```
|
||||
|
||||
#### Example config defaults:
|
||||
```
|
||||
{
|
||||
"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
|
||||
}
|
||||
```
|
||||
|
||||
### Access log format
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue