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
When accessing an "unknown" URL on the Catalyst Gateway API, it emits a log entry like the following:
{"timestamp":"2025-01-09T00:07:04.197262689Z","level":"ERROR","message":"HTTP Response Error:","err":"Error { source: Some(NotFoundError) }","target":"cat_gateway::service::utilities::middleware::tracing_mw","filename":"bin/src/service/utilities/middleware/tracing_mw.rs","line_number":337,"threadName":"tokio-runtime-worker","threadId":"ThreadId(5)"}
A 404 is not an error condition and shouldn't be logged.
Backend
Linux
Not Applicable
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When accessing an "unknown" URL on the Catalyst Gateway API, it emits a log entry like the following:
Expected Behavior
A 404 is not an error condition and shouldn't be logged.
Project
Backend
What operating system are you seeing the problem on?
Linux
What browsers are you seeing the problem on?
Not Applicable
Relevant log output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: