Description of problem: An example in tlog-rec-session.conf(5) needs a comma at the end of "writer" line. -------------------------------------------- A configuration specifying logging to a file: { "writer": "file" "file" : { "path": "/var/log/tlog-rec-session.log" } } -------------------------------------------- It should be: -------------------------------------------- A configuration specifying logging to a file: { "writer": "file", "file" : { "path": "/var/log/tlog-rec-session.log" } } -------------------------------------------- Version-Release number of selected component (if applicable): tlog-12.1-2.el9.x86_64
https://github.com/Scribery/tlog/pull/355