+++ This bug was initially created as a clone of Bug #2173795 +++ 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 --- Additional comment from on 2023-03-02 17:17:03 UTC --- https://github.com/Scribery/tlog/pull/355