Add Plex debug logging (#28665)
This commit is contained in:
parent
25f0b70966
commit
ef687a36ff
4 changed files with 6 additions and 1 deletions
|
@ -102,7 +102,7 @@ class PlexFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
return await self.async_step_select_server()
|
||||
|
||||
except Exception as error: # pylint: disable=broad-except
|
||||
_LOGGER.error("Unknown error connecting to Plex server: %s", error)
|
||||
_LOGGER.exception("Unknown error connecting to Plex server: %s", error)
|
||||
return self.async_abort(reason="unknown")
|
||||
|
||||
if errors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue