1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

inbucket: respect -logfile flag again for #90

Removed log file rotation, too racy, not needed in the world of docker
and systemd.
This commit is contained in:
James Hillyerd
2018-03-31 15:16:22 -07:00
parent e076f80416
commit deceb29377
2 changed files with 57 additions and 17 deletions

View File

@@ -26,6 +26,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Uses the same default ports as other builds; smtp:2500 http:9000 pop3:1100
- Uses volume `/config` for `greeting.html`
- Uses volume `/storage` for mail storage
- Log output is now structured, and will be output as JSON with the `-logjson`
flag; which is enabled by default for the Docker container.
- SMTP and POP3 network tracing is no longer logged regardless of level, but can
be sent to stdout via `-netdebug` flag.
### Removed
- Support for SIGHUP and log file rotation.
## [v1.3.1] - 2018-03-10