Переглянути джерело

Removes usage of panel.logger. Closes #1160

Ask Solem 12 роки тому
батько
коміт
97deac784b
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      docs/userguide/workers.rst

+ 0 - 1
docs/userguide/workers.rst

@@ -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'}