-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
drush --quiet cron not quiet #2763
Comments
Please try to find what code is emitting the blank line. |
I did take a look but frankly, I know next to nothing about PHP so I had no clue what I was looking at. I did some testing and I can tell you that the blank line is also output when cron is run without the quiet flag. I then ran drush cron in debug mode both with and without the --quiet flag. The only place a blank line appears is in the same spot in the output for both.
This is the output of the same command without --quiet
I didn't include the entire output as there is no indication of any blank lines anywhere else. Hope this helps. |
Just upgraded from 5 to 8.1.11. Am using the recommended cron command from drush docs on two separate machines for multiple sites. A blank line is output each time the cron job is run, causing an email to be sent. Did not have this issue with 5. I redirected the output to a log file and sure enough, a blank line is output each time. See attached file.
drush-cron.log.zip
The text was updated successfully, but these errors were encountered: