Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Oct 11, 2024
1 parent 77b6d4b commit 1f93a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Dashboard {
}

parseLogEntry(entry) {
const regex = /(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z) ([\d.:]+) "(\w+) ([^"]+)" "([^"]+)"/
const regex = /(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z) ([\d.:]+) "(GET|POST) ([^"]+)" "([^"]+)"/
const match = entry.match(regex)
if (match) {
return {
Expand Down

0 comments on commit 1f93a22

Please sign in to comment.