CC-3299: Media monitor should not change the owner of watched files
- bug fix - better logging
This commit is contained in:
parent
e5a8d65576
commit
951f90adc0
2 changed files with 7 additions and 3 deletions
|
@ -351,6 +351,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