Skip to content

Adding Supervisord Header Config #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Adding Supervisord Header Config #24

wants to merge 3 commits into from

Conversation

dbpolito
Copy link
Member

@dbpolito dbpolito commented Apr 29, 2025

This pull request introduces updates to the supervisor.conf files across multiple versions of the Swoole-Nginx configurations and their templates. The changes ensure that supervisord logs to standard output and runs without daemonizing, improving logging consistency and container compatibility.

Changes to supervisor.conf files:

  • Added [supervisord] section with logfile=/dev/stdout and nodaemon=true to ensure logs are written to standard output and the process does not daemonize. This change has been applied to the following files:
    • 8.0-swoole-nginx-prod/supervisor.conf
    • 8.0-swoole-nginx/supervisor.conf
    • 8.1-swoole-nginx-prod/supervisor.conf
    • 8.1-swoole-nginx/supervisor.conf
    • 8.2-swoole-nginx-prod/supervisor.conf
    • 8.2-swoole-nginx/supervisor.conf
    • 8.3-swoole-nginx-prod/supervisor.conf
    • 8.3-swoole-nginx/supervisor.conf
    • 8.4-swoole-nginx-prod/supervisor.conf
    • 8.4-swoole-nginx/supervisor.conf

Changes to the configuration template:

  • Updated template/supervisor-conf.blade.php to include the [supervisord] section with the same logging and daemonization settings, ensuring consistency across dynamically generated configurations.

@dbpolito dbpolito requested review from fabriciojs and Copilot April 29, 2025 16:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (11)
  • 8.0-swoole-nginx-prod/supervisor.conf: Language not supported
  • 8.0-swoole-nginx/supervisor.conf: Language not supported
  • 8.1-swoole-nginx-prod/supervisor.conf: Language not supported
  • 8.1-swoole-nginx/supervisor.conf: Language not supported
  • 8.2-swoole-nginx-prod/supervisor.conf: Language not supported
  • 8.2-swoole-nginx/supervisor.conf: Language not supported
  • 8.3-swoole-nginx-prod/supervisor.conf: Language not supported
  • 8.3-swoole-nginx/supervisor.conf: Language not supported
  • 8.4-swoole-nginx-prod/supervisor.conf: Language not supported
  • 8.4-swoole-nginx/supervisor.conf: Language not supported
  • template/supervisor-conf.blade.php: Language not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant