Mercurial > prosody-modules
comparison misc/lnav/prosody.json @ 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 | f64d13d9b76b |
children | 1be6e375a7c2 |
comparison
equal
deleted
inserted
replaced
5495:7998b49d6512 | 5496:3e6d1e248dc1 |
---|---|
21 { | 21 { |
22 "line" : "Jan 31 11:07:34 c2s565063fff480\tinfo\tClient connected" | 22 "line" : "Jan 31 11:07:34 c2s565063fff480\tinfo\tClient connected" |
23 } | 23 } |
24 ], | 24 ], |
25 "timestamp-field" : "timestamp", | 25 "timestamp-field" : "timestamp", |
26 "timestamp-format" : "%b %d %H:%M:%S ", | 26 "timestamp-format" : [ |
27 "%b %d %H:%M:%S " | |
28 ], | |
27 "title" : "Prosody log", | 29 "title" : "Prosody log", |
28 "url" : "https://prosody.im/doc/logging", | 30 "url" : "https://prosody.im/doc/logging", |
29 "value" : { | 31 "value" : { |
30 "loggername" : { | 32 "loggername" : { |
31 "identifier" : true, | 33 "identifier" : true, |