|
@ -204,7 +204,7 @@ public class LogMsgSendFilter extends LevelFilter { |
|
|
} |
|
|
} |
|
|
return slashMatcher.start(); |
|
|
return slashMatcher.start(); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
logger.warn("getCharacterPosition no matche"); |
|
|
logger.warn("getCharacterPosition no matche", e); |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|