Created
September 28, 2018 10:15
-
-
Save hmpmarketing/b50fb3f678b5485189dbc3dc27708458 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
root@bt-web-api-76fc4845-m5m27:/var/log# tail -f /var/log/syslog | grep cron -i | |
Sep 28 10:09:01 bt-web-api-76fc4845-m5m27 CRON[17997]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:09:18 bt-web-api-76fc4845-m5m27 cron[18050]: (CRON) INFO (pidfile fd = 3) | |
Sep 28 10:09:18 bt-web-api-76fc4845-m5m27 cron[18051]: (CRON) STARTUP (fork ok) | |
Sep 28 10:09:18 bt-web-api-76fc4845-m5m27 cron[18051]: (CRON) INFO (Skipping @reboot jobs -- not system startup) | |
Sep 28 10:10:01 bt-web-api-76fc4845-m5m27 CRON[18074]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:11:01 bt-web-api-76fc4845-m5m27 CRON[18099]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:12:01 bt-web-api-76fc4845-m5m27 CRON[18113]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:13:01 bt-web-api-76fc4845-m5m27 CRON[18127]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:14:01 bt-web-api-76fc4845-m5m27 CRON[18141]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) | |
Sep 28 10:15:01 bt-web-api-76fc4845-m5m27 CRON[18155]: (root) CMD (/usr/local/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment