|
|
|
@ -17,7 +17,6 @@ import org.springframework.cloud.commons.util.InetUtils; |
|
|
|
import org.springframework.core.env.Environment; |
|
|
|
|
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
import java.util.Arrays; |
|
|
|
import java.util.regex.Matcher; |
|
|
|
import java.util.regex.Pattern; |
|
|
|
|
|
|
|
@ -274,7 +273,7 @@ public class LogMsgSendFilter extends LevelFilter { |
|
|
|
} |
|
|
|
return slashMatcher.start(); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.warn("getCharacterPosition no matche"); |
|
|
|
logger.warn("getCharacterPosition no matche", e); |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|