# HG changeset patch # User Kim Alvefur # Date 1685549070 -7200 # Node ID 1be6e375a7c2928e8e5132fe33eb21b883521429 # Parent 3e6d1e248dc134e9e31e8e01cb554a771f1b5fd1 misc/lnav: Fix delimiting of timestamp in pattern The string with the timestamp format in core.loggingmanager does end with a space, so having the exact same string here is nice, but the pattern did not reflect this. diff -r 3e6d1e248dc1 -r 1be6e375a7c2 misc/lnav/prosody.json --- a/misc/lnav/prosody.json Wed May 31 17:59:56 2023 +0200 +++ b/misc/lnav/prosody.json Wed May 31 18:04:30 2023 +0200 @@ -14,7 +14,7 @@ "ordered-by-time" : true, "regex" : { "standard" : { - "pattern" : "^(?\\w{3} \\d{2} \\d{2}:\\d{2}:\\d{2})\\s+(?\\S+)\\s+(?debug|info|warn|error)\\s+(?.+)$" + "pattern" : "^(?\\w{3} \\d{2} \\d{2}:\\d{2}:\\d{2}\\s+)(?\\S+)\\s+(?debug|info|warn|error)\\s+(?.+)$" } }, "sample" : [