mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #613] Logs filling up with these entries #411
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#411
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 @BobWs on GitHub (Sep 9, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/613
Hi,
My Bitwarden-mysql logs are filling up these entries:
[2019-09-09 10:31:14][rocket::rocket][INFO] GET /alive:[2019-09-09 10:31:14][_][INFO] Matched: GET /alive (alive)[2019-09-09 10:31:14][_][INFO] Outcome: Success[2019-09-09 10:31:14][_][INFO] Response succeeded.[2019-09-09 10:31:24][rocket::rocket][INFO] GET /alive:[2019-09-09 10:31:24][_][INFO] Matched: GET /alive (alive)[2019-09-09 10:31:24][_][INFO] Outcome: Success[2019-09-09 10:31:24][_][INFO] Response succeeded.[2019-09-09 10:31:34][rocket::rocket][INFO] GET /alive:[2019-09-09 10:31:34][_][INFO] Matched: GET /alive (alive)[2019-09-09 10:31:34][_][INFO] Outcome: Success[2019-09-09 10:31:34][_][INFO] Response succeeded.Could you please explain what this is and is this normal? Or do I have configured something wrong?
@dani-garcia commented on GitHub (Sep 9, 2019):
That's from the healthcheck added recently to the docker image, it shouldn't cause any problems. If it bothers you, you can either disable it adding
--no-healthcheckto the docker run command, or changing theLOG_LEVELto warn@BobWs commented on GitHub (Sep 9, 2019):
Okay thanks! It doesn't bother me, was just wondering if it was a problem.
Thanks for clarifying!