Skip to content

Commit

Permalink
Removes usage of panel.logger. Closes celery#1160
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 18, 2013
1 parent 8aa0d2d commit 97deac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/userguide/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,5 @@ Here's an example control command that restarts the broker connection:
@Panel.register
def reset_connection(panel):
panel.logger.critical('Connection reset by remote control.')
panel.consumer.reset_connection()
return {'ok': 'connection reset'}

0 comments on commit 97deac7

Please sign in to comment.