commit | 13ef7737227a07efa0d604d0e11a33cd08e926d2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 12 07:25:28 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 12 18:37:55 2018 +0100 |
tree | 688c956dd398bdea10c49ee3e09f67d77aae5004 | |
parent | adb345d485707c8b4c98f8c48b8610b340e30f2e [diff] |
MINOR: log: report the number of dropped logs in the stats It's easy to detect when logs on some paths are lost as sendmsg() will return EAGAIN. This is particularly true when sending to /dev/log, which often doesn't support a big logging capacity. Let's keep track of these and report the total number of dropped messages in "show info".