mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #697] Errors in log default config #470
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @keatontaylor on GitHub (Nov 2, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/697
This message effectively fills my logs and occurs ~5 mins depending on the number of connected clients I have. I do not have web sockets enabled, which I believe this route is for, but it would be nice to suppress messages such as this as they get quite annoying when looking for other things in the docker logs.
Perhaps my config is wrong since others don't seem to be reporting this issue, but I'd thought I'd bring it up in case other have experienced it and to bring it to the attention of the developer.
[2019-11-02 03:24:11][][ERROR] No matching routes for OPTIONS /notifications/hub/negotiate.
[2019-11-02 03:24:11][][WARN] Responding with 404 Not Found catcher.
@dani-garcia commented on GitHub (Nov 2, 2019):
Yeah I know there are some annoying entries in the logs, at the moment we are depending on the web servers logs, but that's all or nothing, we can't selectively hide some logs and not others. Eventually I'd want to migrate to a custom logging solution with our own logic, but I haven't had much time lately.
@dani-garcia commented on GitHub (Dec 6, 2019):
Okay in the latest commits in master I've created a new custom logging system that should be filtering most of the useless mesages out, can you give it a try?
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.