Hi, What's the right way to redirect applications' stdout/stderr to syslog with supervisord?
Usually (without supervisor), I do something like this: myapp 2>&1 | /usr/bin/logger -t myapp However, that does not seem to work properly with supervisord - if I exit supervisord, then myapp continues running. Do you use syslog with supervisord (with or without /usr/bin/logger)? If so, could you share the right config settings? Thanks, Denis. _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
