How does Enable debug logging facilitate users to supply me info at what might go wrong with the integration? Is it different from opening the home-assistant.log manually? I really expected it would for example trigger the _LOGGER.debug lines added to the integration to show up in home-assistant.log but that does not seem to work or I’m doing something wrong. The documentation is not clear in advantages of this option. I would expect users not having to enable debug logging manually in the configuration.yaml.
If adding this line to the manifest.json is required to get debug logging going, then how come this isn’t mentioned in the docs?
I tried doing what your ‘solution’ suggests, and the result was that my integration completely failed to load. The error message just said “No such integration”.
I did double check and trippel check my spelling and syntax.
I came across this when I was trying to figure out how to have the UI debug logging enable also enable debug logging for pypi components used in requirements.
the documentation for “loggers” is not clear, and if I add my pypi component to “loggers” then the UI now longer shows the debug button.
I created a separate topic here, but maybe you have more info on how to get debug logging enabled for multiple components when using the UI?