mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Reduce logging
This commit is contained in:
parent
70e4855f49
commit
e7185bee31
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class ConnectionManager(object):
|
|||
r.raise_for_status()
|
||||
|
||||
except Exception as e: # Elaborate on exceptions?
|
||||
log.exception(e)
|
||||
log.error(e)
|
||||
raise
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue