Merge pull request #2348 from versity/ben/access-log-stdout

feat: support admin/access logs on standard streams
This commit is contained in:
Ben McClelland
2026-09-03 07:55:46 -07:00
committed by GitHub
6 changed files with 46 additions and 22 deletions
+8 -8
View File
@@ -196,18 +196,18 @@ ROOT_SECRET_ACCESS_KEY=
# Access Logs #
###############
# The VGW_ACCESS_LOG option when set will specify the file to log all S3
# server requests to. This option is optional, and defaults to not logging.
# It is suggested to use absolute paths for the server log file because the
# server may chdir into the backend root directory and change locations for
# relative paths.
# The VGW_ACCESS_LOG option when set will specify where to log all S3
# server requests. Set it to a file path, stdout, stderr, or - for stdout.
# This option is optional, and defaults to not logging. When using a file,
# it is suggested to use an absolute path because the server may chdir into
# the backend root directory and change locations for relative paths.
# The log file format follows the AWS S3 access log format documented in
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html.
#VGW_ACCESS_LOG=
# The VGW_ADMIN_ACCESS_LOG option when set will specify the file to log all
# admin server requests to. When not set, admin requests are logged to the
# same file as the S3 server (VGW_ACCESS_LOG) if that is configured.
# The VGW_ADMIN_ACCESS_LOG option when set will specify where to log all
# admin server requests. Set it to a file path, stdout, stderr, or - for
# stdout. This option is optional, and defaults to not logging admin requests.
#VGW_ADMIN_ACCESS_LOG=
# The VGW_LOG_WEBHOOK_URL option when set will specify the URL to send the