mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Logs filling up with these entries #410
Reference in New Issue
Block a user
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).
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!