Skip to content

7.3+: configurable log length and buffering

Choose a tag to compare

@bryanlatten bryanlatten released this 07 Jun 21:44
e8a55f5

Changed:

  • Improved FPM validation to prevent building or launching with bad configuration
  • Improved shutdown behavior based on docker-base guidance
  • PHP 7.3-only: leveraging new directive decorate_workers_output to not have to manually cleanse stdout/stderr streams, added PHP_FPM_LOG_LIMIT and PHP_FPM_LOG_BUFFERING environment variables. See README for usage
  • PHP 7.3: created workaround for goss YAML deep merge bug/feature