-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Configuration of logging #246
Comments
Thanks for the suggestion, I am sure this can be added as a new feature. When you say "options" (plural), what options other than a file name are you suggesting? In the interim, docker logs can be viewed with |
Apologies; poor choice of wording on my part. Having an option to specify a file with path (similar to the mail database option) would be sufficient. |
@we3geeks Awesome, thanks for the clarification - I'll see what I can do 👍 |
I've added this feature in v1.13.2 (using Please let me know if this works for you? |
Looks great! Thanks for the quick turnaround on this. |
Excellent, you're welcome. I'll take that as "it's tested and working" and close this, however feel free to re-open if there is an issue. |
Yes, tested and working as expected. |
Consider adding configuration options to have logging go to a file, with the location and name of the file also configurable.
I've used Mailpit through Homebrew and can do this as part of the startup command with redirection of stdout to a file of my choice. I've switched to running Mailpit via Docker with the mail database file on a Docker-mounted volume; I'd like to have the logging output go to a file on that same Docker-mounted volume.
The text was updated successfully, but these errors were encountered: