Skip to content
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

fix(log): remove useless println #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yyewolf
Copy link

@yyewolf yyewolf commented Dec 10, 2024

Hello !

I encountered this issue while running supervisord with the env variable LOG_FORMAT=json :

[program:workload]
command = /bin/bash -c "sleep 110000"
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr

[inet_http_server]
port=0.0.0.0:1025
username=test
password=test
{"file":"/supervisor.conf","level":"info","msg":"load configuration from file","time":"2024-12-10T09:11:30Z"}
/dev

The debug print was not in json and I believe may have been used for debugging purpose.

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