enhance: APIアクセスログを出力可能なように(opt-in) (#17771)

* enhance: APIアクセスログを出力可能なように(opt-in)

* fix
This commit is contained in:
おさむのひと
2026-07-22 22:17:29 +09:00
committed by GitHub
parent 5cb6661484
commit d5a09b3919
19 changed files with 977 additions and 21 deletions
+14 -1
View File
@@ -241,7 +241,7 @@ proxyBypassHosts:
# Log settings
# logging:
# # ログの出力形式。「json」で1行JSON、未指定時は「pretty」です。
# # Log output format. "json" outputs one-line JSON; defaults to "pretty".
# format: pretty
# # Minimum level for all loggers. Defaults to info in production and debug otherwise.
# level: info
@@ -251,6 +251,19 @@ proxyBypassHosts:
# queue: error
# queue.deliver: debug
# db.sql: off
# # HTTP status classes to record in the access log. No output when unspecified.
# access:
# statusClasses:
# - '2xx'
# - '3xx'
# - '4xx'
# - '5xx'
# # Enable body logging explicitly only during development.
# bodies:
# request: false
# response: false
# # 16 KiB by default, up to 128 KiB.
# maxBytes: 16384
# sql:
# # Outputs query parameters during SQL execution to the log.
# # default: false