We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac315 commit 02c8001Copy full SHA for 02c8001
turbinia/turbiniactl.py
@@ -183,8 +183,8 @@ def process_args(args):
183
# to point to config paths.
184
elif args.command == 'celeryworker':
185
log.error(
186
- '''Deprecated: Please start celery worker
187
- directly with `celery -A turbinia.app worker`''')
+ '''Deprecated: Please start Turbinia celery worker
+ directly with `celery -A turbinia.app worker -l DEBUG -E`''')
188
elif args.command == 'server':
189
initialize_debugmode_if_requested()
190
# pylint: disable=import-outside-toplevel
0 commit comments