supress warning messages in prod as well for reg

This commit is contained in:
Kevin Fenzi 2018-11-30 17:07:39 +00:00
parent bc85fb57d7
commit dfd9f8a6cc

View file

@ -1,2 +1,2 @@
SHELL=/bin/bash
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once |& grep -vi INFO
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING