aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-12-07 18:20:52 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-12-07 18:20:52 +0500
commit10678cde81b76a6a7148dc4a9939c169777090ae (patch)
tree92ae88da80a55fcfe247f46b442ab7a26805be0c /weed/command/server.go
parent4ec8715f2064994450ae8918b527db0d0c8da76c (diff)
downloadseaweedfs-10678cde81b76a6a7148dc4a9939c169777090ae.tar.xz
seaweedfs-10678cde81b76a6a7148dc4a9939c169777090ae.zip
audit log config
Diffstat (limited to 'weed/command/server.go')
-rw-r--r--weed/command/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/server.go b/weed/command/server.go
index 5c6c4b1cf..1a6393edf 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -131,6 +131,7 @@ func init() {
s3Options.tlsPrivateKey = cmdServer.Flag.String("s3.key.file", "", "path to the TLS private key file")
s3Options.tlsCertificate = cmdServer.Flag.String("s3.cert.file", "", "path to the TLS certificate file")
s3Options.config = cmdServer.Flag.String("s3.config", "", "path to the config file")
+ s3Options.auditLogConfig = cmdServer.Flag.String("s3.auditLogConfig", "", "path to the audit log config file")
s3Options.allowEmptyFolder = cmdServer.Flag.Bool("s3.allowEmptyFolder", true, "allow empty folders")
webdavOptions.port = cmdServer.Flag.Int("webdav.port", 7333, "webdav server http listen port")