Skip to content

FAQ4: Enable debug log

Simone Chemelli edited this page Feb 16, 2020 · 3 revisions

In order to properly debug your issue, may be necessary to enable debug log.

To do so, update your configuration.yaml with the following entry:

logger:
  default: warn
  logs:
    pyShelly: debug

If you already have a "logger" entry, just add the last 2 rows.