We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR rocket::server::_] No matching routes for
When a non existing path is requested from the webserver - e.g. /favicon.ico - the following is logged:
/favicon.ico
[2025-01-01T01:23:45Z ERROR rocket::server::_] No matching routes for GET /favicon.ico image/avif.
These log messages are irrelevant and should be hidden by default.
The text was updated successfully, but these errors were encountered:
Workaround for now:
Set RUST_LOG environment variable to rocket::server::_=off,error
RUST_LOG
rocket::server::_=off,error
Sorry, something went wrong.
No branches or pull requests
When a non existing path is requested from the webserver - e.g.
/favicon.ico
- the following is logged:These log messages are irrelevant and should be hidden by default.
The text was updated successfully, but these errors were encountered: