Add --loglevel=info to lists.sr.ht-process
1 files changed, 1 insertions(+), 1 deletions(-) M sr.ht/lists.sr.ht/lists.sr.ht-process.init
M sr.ht/lists.sr.ht/lists.sr.ht-process.init => sr.ht/lists.sr.ht/lists.sr.ht-process.init +1 -1
@@ 25,7 25,7 @@ start() { --make-pidfile \ --pidfile /run/$name.pid \ --exec /usr/bin/celery -- \ - -A listssrht.process worker + -A listssrht.process worker --loglevel=info eend $? }