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

Suppress url encoding warnings messages in logs #31

Open
spuder opened this issue Jan 14, 2025 · 0 comments
Open

Suppress url encoding warnings messages in logs #31

spuder opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@spuder
Copy link
Owner

spuder commented Jan 14, 2025

The user interface repeatedly displays this warning when interacting with the UI.
These warnings should be suppressed. Check esphome documentation for how to do this.

[15:17:34][W][web_server_idf:070][httpd]: Only application/x-www-form-urlencoded supported for POST request
[15:17:36][W][web_server_idf:070][httpd]: Only application/x-www-form-urlencoded supported for POST request

Ideas

  1. Most likely it could be turned off in the logger.yaml with something like this:
logger:
  logs:
    web_server.idf: ERROR
@spuder spuder added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant