Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed extra TELNET_SERVER_VERBOSE_LOGGING define #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

solarkennedy
Copy link
Contributor

The example just had VERBOSE in the logger config, but that wasn't enough.

Because the default log level of esphome is debug, I think having these print when a user opts into verbose is probably fine, without needing an extra verbose: true in the config.

All other stock esphome components just depend on the logger config too.

The example just had `VERBOSE` in the logger config, but that wasn't
enough.

Because the default log level of esphome is `debug`, I think having
these print when a user opts into `verbose` is probably fine, without
needing an extra `verbose: true` in the config.

All other stock esphome components just depend on the logger config too.
@solarkennedy
Copy link
Contributor Author

Another option could be the VERY_VERBOSE level for the super logging of every byte that comes to/fro in the component (https://esphome.io/components/logger.html#log-levels)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant