mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
process_fts_updates: Clean up logging output.
This saves a couple lines of spammy output in the run-dev.py startup experience, and will be better output in production as well.
This commit is contained in:
@@ -155,7 +155,7 @@ def server_processes() -> List[List[str]]:
|
||||
other_cmds = [
|
||||
['./manage.py', 'process_queue', '--all'] + manage_args,
|
||||
['env', 'PGHOST=127.0.0.1', # Force password authentication using .pgpass
|
||||
'./puppet/zulip/files/postgresql/process_fts_updates'],
|
||||
'./puppet/zulip/files/postgresql/process_fts_updates', '--quiet'],
|
||||
['./manage.py', 'deliver_scheduled_messages'],
|
||||
['/srv/zulip-thumbor-venv/bin/thumbor', '-c', './zthumbor/thumbor.conf',
|
||||
'-p', '%s' % (thumbor_port,)],
|
||||
|
||||
Reference in New Issue
Block a user