changed error catch to Exception
This commit is contained in:
parent
feab1eb1c7
commit
0e787ed8a8
@ -157,7 +157,7 @@ class LogUploader(Daemon):
|
||||
continue
|
||||
try:
|
||||
self.upload_one_log(filename, **match)
|
||||
except (OSError, zlib.error, IOError):
|
||||
except Exception:
|
||||
self.logger.exception(
|
||||
_('ERROR: could not upload %s') % filename)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user