I have a log the needs the props.conf setup but the year month and date is complied into one with no spaces or separators. How can I regex this in the line breaker or time format
this is an example of the log start of each event
20240507 10:47:38.467 [DEBUG] 12672
Hi
you could try like
LINE_BREAKER = ([\n\r]+)\d{8} \d\d:\d\d:
TIME_FORMAT = %Y%m%d %H:%M%:%S.%3Q
TIME_PREFIX = ^r. Ismo