Getting a more thorough info from logs?

I’m trying to setup integration with Zoneminder, and even with logger: in the configuration all I get is this info:

2018-05-04 16:46:36 ERROR (SyncWorker_8) [homeassistant.components.zoneminder] Connection error logging into ZoneMinder
2018-05-04 16:46:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1525477596.497724, level=ERROR, message=Connection error logging into ZoneMinder, exception=, source=components/zoneminder.py>
2018-05-04 16:46:36 INFO (MainThread) [homeassistant.setup] Setup of domain zoneminder took 1.3 seconds.
2018-05-04 16:46:36 ERROR (MainThread) [homeassistant.setup] Setup failed for zoneminder: Component failed to initialize.
2018-05-04 16:46:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1525477596.5309563, level=ERROR, message=Setup failed for zoneminder: Component failed to initialize., exception=, source=setup.py>
2018-05-04 16:46:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=persistent_notification, service=create, service_data=title=Invalid config, message=The following components and platforms could not be set up: - zoneminder Please check your config., notification_id=invalid_config, service_call_id=1967612144-2>
2018-05-04 16:46:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, old_state=None, new_state=<state persistent_notification.invalid_config=notifying; title=Invalid config, message=The following components and platforms could not be set up:

- [zoneminder](https://home-assistant.io/components/zoneminder/) 

Please check your config. @ 2018-05-04T16:46:36.555965-07:00>> 

Is there anyway to get more info about why it couldn’t connect ?