You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Ivan Habunek (JIRA)" <ji...@apache.org> on 2013/12/01 11:53:37 UTC

[jira] [Closed] (LOG4PHP-180) Remove $_ENV and $_SERVER access from LoggerMDC

     [ https://issues.apache.org/jira/browse/LOG4PHP-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Habunek closed LOG4PHP-180.
--------------------------------


> Remove $_ENV and $_SERVER access from LoggerMDC
> -----------------------------------------------
>
>                 Key: LOG4PHP-180
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-180
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.2.1
>            Reporter: Ivan Habunek
>            Assignee: Ivan Habunek
>             Fix For: 2.3.0
>
>
> 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{server.HTTP_HOST}
> %X{env.USER}
> From 2.3 it is possible to do:
> %s{HTTP_HOST}
> %e{USER}
> Or better:
> %server{HTTP_HOST}
> %env{USER}



--
This message was sent by Atlassian JIRA
(v6.1#6144)