1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-02-28 05:05:56 +00:00

Make log level configurable

This commit is contained in:
James Hillyerd
2012-10-22 18:07:16 -07:00
parent 3099777044
commit 16a68000d3
5 changed files with 101 additions and 0 deletions

View File

@@ -7,6 +7,12 @@
# Not used by directly, but is typically referenced below in %()s format.
install.dir=.
#############################################################################
[logging]
# Options from least to most verbose: ERROR, WARN, INFO, TRACE
level=INFO
#############################################################################
[smtp]