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

Feature: Add --quiet flag to display only errors

This commit is contained in:
Ralph Slooten
2022-09-14 16:57:01 +12:00
parent d70f2fd196
commit a426f64795
3 changed files with 10 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ var (
// VerboseLogging for console output
VerboseLogging = false
// QuietLogging for console output (errors only)
QuietLogging = false
// NoLogging for tests
NoLogging = false