Add tlog files.

This commit is contained in:
Darren 'Tadgy' Austin 2026-04-28 19:51:39 +01:00
commit fccf3ec06d
9 changed files with 541 additions and 218 deletions

22
etc/tlog/tlog-play.conf Normal file
View file

@ -0,0 +1,22 @@
{
// The type of "log reader" to use for retrieving log messages. The chosen
// reader needs to be configured using its own dedicated parameters.
"reader" : "file",
// File reader parameters
"file": {
// The path to the file the "file" reader should read logs from.
"path" : "/var/log/tlog-session-recordings.json",
// The recording id of the recording the "file" reader should seek to
// for playback.
// "match" : ""
},
// If true, ignore any keyboard-generated signals and the quit key.
// "persist" : false,
// If true, ignore missing (dropped, or lost) log messages.
// Otherwise report an error and abort when a message is missing.
"lax" : false
}