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

my supervisord-monitor has a Exclamation mark #45

Open
caoye126 opened this issue Apr 28, 2018 · 2 comments
Open

my supervisord-monitor has a Exclamation mark #45

caoye126 opened this issue Apr 28, 2018 · 2 comments

Comments

@caoye126
Copy link

caoye126 commented Apr 28, 2018

my supervisord-monitor has a Exclamation mark like this:

Array
(
[error] => NO_FILE
)
Sat Apr 28 2018 11:10:05 GMT+0800
Sat Apr 28 2018

default

how do i solve this prompt,tks

@mlazarov
Copy link
Owner

This error (NO_FILE) means that you haven't configured your supervisor daemons to log into file. This is not an issue if you don't want logs.

@RyanisLink
Copy link

Sorry for commenting on an old thread but I also have this issue and on each of my supervisord servers, I am showing the default logging turned on going to /tmp/supervisord.log. Is there another log that should be turned on? Its a bit annoying to have everyone of my processes posting this error because the loud air horn goes off every time we load the page.

[supervisord]
logfile=/tmp/supervisord.log ; main log file; default $CWD/supervisord.log

I also put the log information in each of my child processes as well, and when looking at just the supervisord UI on each node, I am able to click the tail -f stdout link to see the log, but not in supervisor monitor.

redirect_stderr=true
stdout_logfile=/var/log/---------/------/z--------.log
stdout_logfile_maxbytes=10MB

Maybe there is somewhere I am supposed to define where the logs are?

Repository owner deleted a comment from KoNekoD May 21, 2024
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

No branches or pull requests

3 participants