misc/lnav: Fix timestamp-format to be an array as per schema
authorKim Alvefur <zash@zash.se>
Wed, 31 May 2023 17:59:56 +0200
changeset 5500 3e6d1e248dc1
parent 5499 7998b49d6512
child 5501 1be6e375a7c2
misc/lnav: Fix timestamp-format to be an array as per schema
misc/lnav/prosody.json
--- a/misc/lnav/prosody.json	Wed May 31 03:44:04 2023 +0200
+++ b/misc/lnav/prosody.json	Wed May 31 17:59:56 2023 +0200
@@ -23,7 +23,9 @@
          }
       ],
       "timestamp-field" : "timestamp",
-      "timestamp-format" : "%b %d %H:%M:%S ",
+      "timestamp-format" : [
+         "%b %d %H:%M:%S "
+      ],
       "title" : "Prosody log",
       "url" : "https://prosody.im/doc/logging",
       "value" : {