haproxy/addons/ot/src
Aurelien DARRAGON 18da35c123 MEDIUM: tree-wide: logsrv struct becomes logger
When 'log' directive was implemented, the internal representation was
named 'struct logsrv', because the 'log' directive would directly point
to the log target, which used to be a (UDP) log server exclusively at
that time, hence the name.

But things have become more complex, since today 'log' directive can point
to ring targets (implicit, or named) for example.

Indeed, a 'log' directive does no longer reference the "final" server to
which the log will be sent, but instead it describes which log API and
parameters to use for transporting the log messages to the proper log
destination.

So now the term 'logsrv' is rather confusing and prevents us from
introducing a new level of abstraction because they would be mixed
with logsrv.

So in order to better designate this 'log' directive, and make it more
generic, we chose the word 'logger' which now replaces logsrv everywhere
it was used in the code (including related comments).

This is internal rewording, so no functional change should be expected
on user-side.
2023-10-13 10:05:06 +02:00
..
cli.c CLEANUP: cli: rename dynamic error printing state 2022-11-10 16:42:47 +01:00
conf.c MEDIUM: tree-wide: logsrv struct becomes logger 2023-10-13 10:05:06 +02:00
event.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
filter.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
group.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
http.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
opentracing.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
parser.c MEDIUM: tree-wide: logsrv struct becomes logger 2023-10-13 10:05:06 +02:00
pool.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
scope.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
util.c CLEANUP: opentracing: remove the last two occurrences of strncat() 2023-04-07 18:14:28 +02:00
vars.c MAJOR: opentracing: reenable usage of vars to transmit opentracing context 2022-04-08 16:31:33 +02:00