예제 #1
0
파일: monitor.py 프로젝트: nwut/logsandra
 def run(self):
     self.logger.debug('Starting watcher')
     self.watcher = Watcher(self.settings['paths'], self.callback)
     self.watcher.loop()