enhance: プロセス起動直後のログから新logger適用+logger設定機構の追加 (#17725)

* enhance: プロセスのライフサイクルに合わせてlogger初期化・終了+logger設定機構の追加

* fix

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
おさむのひと
2026-07-16 17:39:28 +09:00
committed by GitHub
parent ac8e8c4892
commit 828a24f6df
17 changed files with 590 additions and 135 deletions
+8
View File
@@ -241,6 +241,14 @@ proxyBypassHosts:
# Log settings
# logging:
# # Minimum level for all loggers. Defaults to info in production and debug otherwise.
# level: info
# # The longest matching logger domain takes precedence over the global level.
# domains:
# core.boot: info
# queue: error
# queue.deliver: debug
# db.sql: off
# sql:
# # Outputs query parameters during SQL execution to the log.
# # default: false