diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-12-07 18:20:52 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-12-07 18:20:52 +0500 |
| commit | 10678cde81b76a6a7148dc4a9939c169777090ae (patch) | |
| tree | 92ae88da80a55fcfe247f46b442ab7a26805be0c /weed/command/filer.go | |
| parent | 4ec8715f2064994450ae8918b527db0d0c8da76c (diff) | |
| download | seaweedfs-10678cde81b76a6a7148dc4a9939c169777090ae.tar.xz seaweedfs-10678cde81b76a6a7148dc4a9939c169777090ae.zip | |
audit log config
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 633e02d79..c5d538bfe 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -84,6 +84,7 @@ func init() { filerS3Options.tlsPrivateKey = cmdFiler.Flag.String("s3.key.file", "", "path to the TLS private key file") filerS3Options.tlsCertificate = cmdFiler.Flag.String("s3.cert.file", "", "path to the TLS certificate file") filerS3Options.config = cmdFiler.Flag.String("s3.config", "", "path to the config file") + filerS3Options.auditLogConfig = cmdFiler.Flag.String("s3.auditLogConfig", "", "path to the audit log config file") filerS3Options.allowEmptyFolder = cmdFiler.Flag.Bool("s3.allowEmptyFolder", true, "allow empty folders") // start webdav on filer |
