Skip to content
Commit 1e19f780 authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- Explicit patterns in Joran are now case insensitive.

  The following config files will be interpreted identically:

First config file:
   
<configuration>
  <logger>...</logger>
</configuration>

Second config file:

<CONFIGURAtion>
  <loGGer>...</loGGer>
</CONFIGURAtion>
  
  This addresses http://jira.qos.ch/browse/LBCORE-76
parent 0f0d3513
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment