MINOR: log: remove the long-deprecated early log-format tags
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 13:37:45 +0000 (15:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commitfd6ab66041447b7062a59ebe7f32da758d636387
tree75e9e2c225f510e162c889a9fafdcaed5c13ad15
parent9862787e8f4de3a901717565a6828fa3288919ba
MINOR: log: remove the long-deprecated early log-format tags

The following 10 log-format tags were implemented during log-format
development and changed before the release. They were marked as deprecated
in 2012 by commit 2beef5888 ("MEDIUM: log: change a few log tokens to make
them easier to remember") and were not documented. They've been emitting a
warning since then, with a suggestion of the one to use instead. Let's get
rid of them now.

      Bi => bi, Bp => bp, Ci => ci, Cp => cp, Fi => fi
      Fp => fp, Si => si, Sp => sp, cc => CC, cs => CS
src/log.c