mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #282] log-file option, status display #188
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#188
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 @gitgrub on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/282
No real issue, just a picky wish.
What do you think?
@axllent commented on GitHub (Apr 21, 2024):
Hi @gitgrub.
Whilst I always try satisfy every request, there are limits ;-)
No sorry, the whole point of the
--log-fileis to prevent the console from "getting spammed", and of course to keep a more permanent and easily accessible record (log file). If you wish to see a "live version" you can alwaystail -f <logfile>which should give you realtime events.Whilst I agree with you from a cosmetic point of view, it's not supported. The log format is determined by logrus which states "the output is compatible with the logfmt format" - so clearly this is a defined format, I suspect to allow parsers to process the data, and of course because log files are not designed to be pretty.
Sorry, I can't really help you here...