Description
Since the pattern layout can now provide data from the superglobal arrays, including $_SERVER and $_ENV, this functionality is no longer necessary in the MDC.
Currently you could use patterns like:
%X
%X
{env.USER}From 2.3 it is possible to do:
%s
%e{USER}
Or better:
%server{HTTP_HOST}
%env
{USER}