Searched refs:LOG_REGEX (Results 1 – 1 of 1) sorted by relevance
66 LOG_REGEX = re.compile(r'(?P<time_stamp>\d+)\s(?P<msg>.*)') variable975 if not re.search(r'pskey', result.lower()) and LOG_REGEX.match(978 pskey += LOG_REGEX.match(result).group('msg').replace(' ',