Update.php is not quiet anymore

Describe the problem you’re having:

I am updating feeds via cron with the following parameters:
–feeds --quiet
Until few hours ago I did not receive any email. For at least 5 or 6 hours I have been receiving emails with the output of update.php

Is there any way to disable it?

If possible include steps to reproduce the problem:

have update.php run periodically through cron

tt-rss version (including git commit id):
c1ee7035e6060ef358fcd08a8404b414ca472bc2

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Shared hosting, PHP 7.1.24, mysql

Please provide any additional information below:

it’s a side-effect of new logging system, as a workaround for the time being you can use --log-level -1

i’ll take a look on why --quiet is borked tomorrow

https://discourse.tt-rss.org/t/update-php-is-not-quiet-anymore/1673/2

Thanks.I really appreciate you looking into it.

It seems to be fixed. Thank you very much