Commit graph

23 commits

Author SHA1 Message Date
a463903d24 do some variable flattening when extracting log messages 2024-09-17 16:47:08 +02:00
5e73134c37 fix extracting format string messages 2024-09-17 14:59:32 +02:00
6f27c4fb76 clippy fixes 2024-09-15 16:10:06 +02:00
1a667a68cc require at least 3 characters in pattern for matching 2024-09-15 16:04:30 +02:00
e2a09c71f5 handle sprintf logging calls 2024-09-15 11:58:54 +02:00
e992588923 printf placeholder extraction 2024-09-15 11:24:24 +02:00
b24297dfd5 trim whitespace from extracted placeholders 2024-09-14 17:46:15 +02:00
96f961a7ba sort extracted data 2024-09-14 17:44:10 +02:00
ece904f791 improve matching speed a bit 2024-09-12 16:56:38 +02:00
bd3860d0d3 try new log matcher 2024-08-15 21:52:03 +02:00
174c6d541c 0.1.1 2024-07-30 12:53:21 +02:00
5d0a447a21 handle template strings 2024-07-23 20:11:36 +02:00
724c738a50 improve namespace handling 2024-07-23 19:42:28 +02:00
28c93c935c only test with 29 data for now 2024-07-22 22:35:43 +02:00
3af655c17c don't store redundant has_meaningfull_message 2024-07-22 22:29:21 +02:00
a0dc7450a4 resolve exception aliases 2024-07-22 22:19:04 +02:00
9413b216ba improve matching 2024-07-22 18:57:18 +02:00
04e391aea1 generate better regexes and capture placeholder names 2024-07-21 15:02:41 +02:00
246b4552f9 initial matching 2024-07-21 01:17:23 +02:00
73e9c08413 also extra throw statements 2024-07-20 19:12:41 +02:00
20464a8f68 nix setup 2024-07-20 17:11:20 +02:00
a64225eda6 improve reliability 2024-07-20 16:44:17 +02:00
572582517c initial log extraction logic 2024-07-20 16:33:01 +02:00