Console --quiet no longer works in 5.0.1

I have a systemd service matomo-archive.service that has been running for a while, however since the update to 5.x.x it produces a large amount of info+debug output despite the use of --quiet

[Unit]
Description=Matomo archive

[Service]
Type=oneshot
User=root
Nice=-10
ExecStart=/usr/bin/php /opt/matomo/console core:archive --url=https://example.org/matomo/ --quiet
PrivateTmp=true
1 Like

We where also affected. I therefore created a bugreport: https://github.com/matomo-org/matomo/issues/21800.

There’s already a fix, so this should be fixed with 5.0.2. If you want to cherry-pick, look here: https://github.com/matomo-org/matomo/pull/21801/files

1 Like