Bug 2187515 - tlog-rec-session.conf(5) example misses a comma
Summary: tlog-rec-session.conf(5) example misses a comma
Keywords:
Status: VERIFIED
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: tlog
Version: 8.9
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: ---
Assignee: jstephen
QA Contact: Anuj Borah
URL:
Whiteboard:
Depends On: 2173795
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-04-17 19:26 UTC by jstephen
Modified: 2023-06-26 19:41 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2173795
Environment:
Last Closed:
Type: Bug
Target Upstream Version: v13
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-154979 0 None None None 2023-04-17 19:27:28 UTC
Red Hat Issue Tracker SSSD-5932 0 None None None 2023-04-17 19:27:35 UTC

Description jstephen 2023-04-17 19:26:19 UTC
+++ 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


Note You need to log in before you can comment on or make changes to this bug.