"(?s).*INFO.+\\[[a-f0-9\\-]{36}.*].+has started.*"
"INFO.+\\[[a-f0-9\\-]{36}.*].+has started"
"INFO.*(run:[0-9]{1,3}){1}.*has started"
"(?s).*INFO.*(run:[0-9]{1,3}){1}.*has started.*"
"10:57:51.534 INFO [9bd397c5-20ad-4229-a706-06bfe71d9973, 9bd397c5-20ad-4229-a706-06bfe71d9973] X.Y - HouseRentals has started\n"
"10:29:02.461 INFO [0e2df699-3e0b-4592-aa33-25e99e4a9aa7] X.Y:run:27 - Xxx has started\n10:29:02.461 INFO [0e2df699-3e0b-4592-aa33-25e99e4a9aa7] info.ejava_student.assignment1.logging.xxx.svc.XxxsServiceImpl:calcDelta:22 - aId: 2022-01, bId: 303, delta: 20\n10:29:02.462 INFO [0e2df699-3e0b-4592-aa33-25e99e4a9aa7] X.Y:run:29 - aId: 303, bId: 2022-01, delta: 20\n"
"10:57:51.534 INFO X.Y - HouseRentals has started\n"
"09:04:49.654 INFO [f7f2ce2c-caec-4d47-bb97-df982fcbf947] X.Y - Xxx has started\n09:04:49.656 INFO [f7f2ce2c-caec-4d47-bb97-df982fcbf947] info.ejava_student.assignment1.logging.xxx.svc.XxxsServiceImpl - aId: 2022-01, bId: 528, delta: 20\n09:04:49.656 INFO [f7f2ce2c-caec-4d47-bb97-df982fcbf947] X.Y - aId: 528, bId: 2022-01, delta: 20\n"