[GH-ISSUE #305] Question: Is the log file periodically deleted? #165

Closed
opened 2026-03-03 01:26:12 +03:00 by kerem · 1 comment
Owner

Originally created by @mikkelnl on GitHub (Dec 20, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/305

Hi,

The LOG_FILE= feature in release 1.5.0: is the generated log file somehow truncated/purged after x days? Or wil it continue to build/grow in size?

Thanks!

Originally created by @mikkelnl on GitHub (Dec 20, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/305 Hi, The `LOG_FILE=` feature in release 1.5.0: is the generated log file somehow truncated/purged after x days? Or wil it continue to build/grow in size? Thanks!
kerem closed this issue 2026-03-03 01:26:12 +03:00
Author
Owner

@dani-garcia commented on GitHub (Dec 20, 2018):

At the moment nothing is done to manage it, but it would be interesting to have some basic functionality to keep the log size in check.

At the moment, we have three options for this:

Personally, I think the third choice is the best for now, but I've added this to the list of feature requests, so this can be closed.

<!-- gh-comment-id:449006435 --> @dani-garcia commented on GitHub (Dec 20, 2018): At the moment nothing is done to manage it, but it would be interesting to have some basic functionality to keep the log size in check. At the moment, we have three options for this: - Implement somehing ourselves - Wait until the library we use supports it (there are a couple of open issues already): - https://github.com/daboross/fern/issues/14 - https://github.com/daboross/fern/issues/33 - Use a third party utility, like `logrotate`, there are a lof of tutorials in how to configure it. Personally, I think the third choice is the best for now, but I've added this to the list of feature requests, so this can be closed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#165
No description provided.