Software /
code /
prosody-modules
Changeset
5496:3e6d1e248dc1
misc/lnav: Fix timestamp-format to be an array as per schema
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 31 May 2023 17:59:56 +0200 |
parents | 5495:7998b49d6512 |
children | 5497:1be6e375a7c2 |
files | misc/lnav/prosody.json |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" : {