1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-11-06 09:09:14 +02:00

Move logging variable level to logger module

This commit is contained in:
Ralph Slooten
2023-04-21 11:59:26 +12:00
parent 8eed8d92e5
commit 2752a09ca7
5 changed files with 15 additions and 17 deletions

View File

@@ -30,15 +30,6 @@ var (
// UseMessageDates sets the Created date using the message date, not the delivered date
UseMessageDates bool
// VerboseLogging for console output
VerboseLogging = false
// QuietLogging for console output (errors only)
QuietLogging = false
// NoLogging for tests
NoLogging = false
// UITLSCert file
UITLSCert string