|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

Isn't this a change to the API so shouldn't it be an SLF4J issue?
I am curious as to why you would do this at the API instead of in the Encoder. If you do want to allow it at the API level wouldn't it be better to do something like:
logger.debug("payload is {%max(1K)}", p);