Issue Type: Bug Bug
Affects Versions: 1.0.9
Assignee: Logback dev list
Components: logback-core
Created: 23/Sep/13 3:23 PM
Description:

toRegexp()
} else if (p instanceof IntegerTokenConverter) {
......
buf.append("
d

{1,2}

");

public String toRegex(Date date) {
.....
buf.append("(
d

{1,3}

)");

Project: logback
Priority: Major Major
Reporter: Alex Solovyev
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
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to