You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Rename LOG_JSON to LOG_FORMAT for flexible log output
Replace boolean LOG_JSON configuration with string-based LOG_FORMAT to support multiple output formats (json/text) instead of just toggling JSON on/off. This provides clearer semantics and allows for future format extensions.
Changes:
- Rename LOG_JSON environment variable to LOG_FORMAT
- Update default value from true to "json" to maintain backward compatibility
- Update documentation in English and Japanese to reflect format options
- Update Docker entrypoint script and integration test configurations
0 commit comments