Make Logback include the “T” between date and time in its “%date” format for strict ISO 8601 compliance
Bug Report There’s a bug report about this on Logback’s JIRA page. There hasn’t been much development since 24/Feb/10 3:57 PM. I’ve just voted to attract attention. You should too. I would provide my own date format that matches ISO 8601’s. Insert “T” This should do the trick: <pattern>%d{“yyyy-MM-dd’T’HH:mm:ss,SSS”} [%thread] %-5level %logger{35} – %msg %n … Read more