CC-3299: Media monitor should not change the owner of watched files
- bug fix - better logging
This commit is contained in:
parent
22a53dd250
commit
b08e7787d3
2 changed files with 7 additions and 3 deletions
|
@ -294,6 +294,9 @@ class AirtimeProcessEvent(ProcessEvent):
|
|||
except socket.timeout:
|
||||
pass
|
||||
except Exception, e:
|
||||
self.logger.info("%s", e)
|
||||
import traceback
|
||||
top = traceback.format_exc()
|
||||
self.logger.error('Exception: %s', e)
|
||||
self.logger.error("traceback: %s", top)
|
||||
time.sleep(3)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue