Giter VIP home page Giter VIP logo

Comments (4)

sunliver avatar sunliver commented on August 17, 2024 2

@najamhaq @VStepulo
Hey, I've solved this warning.

Check your supervisord.conf file.
eg.
[program:test]
process_name=%(program_name)s_%(process_num)02d
...
redirect_stderr=false
stdout_logfile=path_to_stdout_logfile
stderr_logfile=path_to_stderr_logfile

Notice that stderr_logfile is necessary for supervisord-monitor. And DONT set redirect_stderr to true .

If true, cause the process’ stderr output to be sent back to supervisord on its stdout file
http://supervisord.org/configuration.html?highlight=redirect_stderr

from supervisord-monitor.

mlazarov avatar mlazarov commented on August 17, 2024

Hey najamhaq, you still have permission issue - nginx is not reading the logs. Supervisord service is the one that is reading them.

from supervisord-monitor.

VStepulo avatar VStepulo commented on August 17, 2024

Have the same error. In my case Supervisord and supervisord-monitor runs on different servers.

supervisord log on first server have 0777 permissions
worker.log have 0666 permissions

Is there any way to debug this? Can you give me some hints? For example - where I can find log where supervisord-monitor tries to get logs from server with Supervisord and without success?
Or, which permission requires RPC of Supervisord to give logs to your supervisord-monitor?

P. S. Already enabled logs with loglevel - all and didn't find any info in */supervisord-monitor/application/logs/

from supervisord-monitor.

najamhaq avatar najamhaq commented on August 17, 2024

This Worked @sunliver 👍 Thanks.

from supervisord-monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.