Created
July 2, 2014 17:51
-
-
Save loicm/131aafbfd6c92a25a06a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /var/log/supervisor/supervisord.log | |
2014-07-02 17:48:01,592 CRIT Supervisor running as root (no user in config file) | |
2014-07-02 17:48:01,592 WARN Included extra file "/etc/supervisor/conf.d/supervisor.conf" during parsing | |
2014-07-02 17:48:01,617 INFO RPC interface 'supervisor' initialized | |
2014-07-02 17:48:01,617 CRIT Server 'unix_http_server' running without any HTTP authentication checking | |
2014-07-02 17:48:01,617 INFO supervisord started with pid 1 | |
2014-07-02 17:48:02,621 INFO spawned: 'nginx' with pid 14 | |
2014-07-02 17:48:02,623 INFO spawned: 'php-fpm' with pid 15 | |
2014-07-02 17:48:02,626 INFO spawned: 'redis' with pid 16 | |
2014-07-02 17:48:02,721 INFO exited: php-fpm (exit status 0; not expected) | |
2014-07-02 17:48:03,724 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | |
2014-07-02 17:48:03,725 INFO spawned: 'php-fpm' with pid 53 | |
2014-07-02 17:48:03,725 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | |
2014-07-02 17:48:03,838 INFO exited: php-fpm (exit status 0; not expected) | |
2014-07-02 17:48:05,841 INFO spawned: 'php-fpm' with pid 69 | |
2014-07-02 17:48:05,936 INFO exited: php-fpm (exit status 0; not expected) | |
2014-07-02 17:48:08,940 INFO spawned: 'php-fpm' with pid 85 | |
2014-07-02 17:48:09,036 INFO exited: php-fpm (exit status 0; not expected) | |
2014-07-02 17:48:10,037 INFO gave up: php-fpm entered FATAL state, too many start retries too quickly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment