Skip to content

Commit

Permalink
Fix CELERYBEAT_LOG_FILE replacement option typo (#3788)
Browse files Browse the repository at this point in the history
The CELERYBEAT_LOG_FILE was set to be replaced with `celery beat --loglevel`. It should be `celery beat --logfile`
  • Loading branch information
tamers authored and georgepsarakis committed Jun 2, 2017
1 parent 3761066 commit 1e5e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whatsnew-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ Logging Settings
``CELERYD_LOG_LEVEL`` :option:`celery worker --loglevel`
``CELERYD_LOG_FILE`` :option:`celery worker --logfile`
``CELERYBEAT_LOG_LEVEL`` :option:`celery beat --loglevel`
``CELERYBEAT_LOG_FILE`` :option:`celery beat --loglevel`
``CELERYBEAT_LOG_FILE`` :option:`celery beat --logfile`
``CELERYMON_LOG_LEVEL`` celerymon is deprecated, use flower
``CELERYMON_LOG_FILE`` celerymon is deprecated, use flower
``CELERYMON_LOG_FORMAT`` celerymon is deprecated, use flower
Expand Down

0 comments on commit 1e5e24e

Please sign in to comment.