Add tlog files.
This commit is contained in:
parent
3d50f43711
commit
fccf3ec06d
9 changed files with 541 additions and 218 deletions
22
etc/tlog/tlog-play.conf
Normal file
22
etc/tlog/tlog-play.conf
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue