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

config: lowercase log levels for #90

This commit is contained in:
James Hillyerd
2018-04-01 20:50:18 -07:00
parent d1dbcf6e63
commit 8c66a24513
6 changed files with 18 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ Running `inbucket -help` will yield a condensed summary of the environment
variables it supports:
KEY DEFAULT DESCRIPTION
INBUCKET_LOGLEVEL INFO DEBUG, INFO, WARN, or ERROR
INBUCKET_LOGLEVEL info debug, info, warn, or error
INBUCKET_SMTP_ADDR 0.0.0.0:2500 SMTP server IP4 host:port
INBUCKET_SMTP_DOMAIN inbucket HELO domain
INBUCKET_SMTP_MAXRECIPIENTS 200 Maximum RCPT TO per message
@@ -47,11 +47,11 @@ The following documentation will describe each of these in more detail.
`INBUCKET_LOGLEVEL`
This setting controls the verbosity of log output. A small desktop installation
should probably select INFO, but a busy shared installation would be better off
with WARN or ERROR.
should probably select `info`, but a busy shared installation would be better
off with `warn` or `error`.
- Default: `INFO`
- Values: one of `DEBUG`, `INFO`, `WARN`, or `ERROR`
- Default: `info`
- Values: one of `debug`, `info`, `warn`, or `error`
## SMTP