commit | a1f12746b12d7982972b775672e5d119c8b60f10 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 01 09:46:46 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 01 10:25:20 2020 +0100 |
tree | 74949ff6139f500f67f10c48515a60b98d0493d5 | |
parent | a307528fe287f085705ef08a798c1698e474c395 [diff] |
MINOR: traces: add a new level "error" below the "user" level Sometimes it would be nice to be able to only trace abnormal events such as protocol errors. Let's add a new "error" level below the "user" level for this. This will allow to add TRACE_ERROR() at various error points and only see them.