There was an error while loading. Please reload this page.
2 parents 26dbdfc + b225a77 commit 9ea7625Copy full SHA for 9ea7625
1 file changed
src/formats/laravel_log.json
@@ -8,7 +8,7 @@
8
],
9
"regex": {
10
"std": {
11
- "pattern": "^\\[(?<timestamp>[\\d\\-:\\s]+)\\]\\s(?<env>\\w+)\\.(?<level>DEBUG|INFO|NOTICE|WARNING|ERROR|CRITICAL|ALERT|EMERGENCY):\\s(?<body>.*?)(?:\\s(?<context>\\{.*\\}|\\[.*\\])\\s*)?$"
+ "pattern": "^\\[(?<timestamp>[\\d\\-:\\s]+)\\]\\s(?<env>[\\w-]+)\\.(?<level>DEBUG|INFO|NOTICE|WARNING|ERROR|CRITICAL|ALERT|EMERGENCY):\\s(?<body>.*?)(?:\\s(?<context>\\{.*\\}|\\[.*\\])\\s*)?$"
12
}
13
},
14
"value": {
@@ -32,6 +32,9 @@
32
33
{
34
"line": "[2025-08-31 12:34:56] local.ERROR: Something bad happened {\"user_id\":123,\"ip\":\"127.0.0.1\"}"
35
+ },
36
+ {
37
+ "line": "[2026-07-16 10:17:45] payment-systems.ERROR: Failed to process payment"
38
39
]
40
0 commit comments