diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-09-10 14:57:52 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-09-10 14:57:52 +0100 |
| commit | 9cb306e7966fe35846ef13a641c57df2f7bb1f3c (patch) | |
| tree | 50a5e492ac42221178320fb06a16c34e1b0a4bba /internal/io | |
| parent | 90a0fa87ffeb50393444e0d68f3c7acebdad726a (diff) | |
printing client stats every other second only if the connection count has changed or when SIGUSR1 or SIGINFO recieved
Diffstat (limited to 'internal/io')
| -rw-r--r-- | internal/io/logger/logger.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/io/logger/logger.go b/internal/io/logger/logger.go index 8bfb94f..d059cbb 100644 --- a/internal/io/logger/logger.go +++ b/internal/io/logger/logger.go @@ -223,9 +223,6 @@ func log(what string, severity string, args []interface{}) string { if Mode.Nothing { return "" } - if severity != errorStr && severity != fatalStr { - return "" - } messages := []string{severity} |
