You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/06/17 15:09:17 UTC

[GitHub] [logging-log4j2] hupfdule opened a new pull request #280: [LOG4J2-2403] Allow zero padding of integer values

hupfdule opened a new pull request #280: [LOG4J2-2403] Allow zero padding of integer values
URL: https://github.com/apache/logging-log4j2/pull/280
 
 
   Alternative to https://github.com/apache/logging-log4j2/pull/224 with less impact on other files.
   
   This alternative uses the the form `%i{03}` to specify the padding instead of `%03i` used in the orginal PR. 
   However this imposes an inconsistency with the justification that can already be specified and always uses spaces for padding as described in the [PatternLayout section of the Layout manual](https://logging.apache.org/log4j/2.x/manual/layouts.html#PatternLayout).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services