Configure UniFi in the logging area

Is there a setting to configure how the UniFi Controller integration logs?
I found this doc https://www.home-assistant.io/integrations/unifi/ but it talks about configuring through YAML and I did mine through the integrations tab.
Should I have done something differently?

The log is growing huge. The UniFi is logging every device all the states, almost every second. One second I counted almost 8000 lines.

Just learned something. The default for log is “debug”. It seems to be better, to over ride that with info and then turn up what what you need by component. Just used the log to get the FQN.
So here is my new settings …

logger:
  default: info
  logs:
    custom_components.almond_plus: debug

FYI, almond_plus is a custom component I did for the Almond+.