Fixed HTTP pattern management from metric conf file.
This commit is contained in:
parent
9970a85bff
commit
89b56c543e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class HttpAccessLogAnalyzer
|
|||
|
||||
//
|
||||
Pattern pattern;
|
||||
if (patternRegex == null)
|
||||
if (StringUtils.isBlank(patternRegex))
|
||||
{
|
||||
pattern = HttpAccessLogParser.COMBINED_PATTERN;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue