mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-07 21:54:23 +08:00
Updated S3 API Audit log (markdown)
@@ -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
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user