Bug 2173795 - 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 9
Classification: Red Hat
Component: tlog
Version: 9.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: ---
Assignee: jstephen
QA Contact: Anuj Borah
URL:
Whiteboard:
Depends On:
Blocks: 2187515
TreeView+ depends on / blocked
 
Reported: 2023-02-28 01:20 UTC by Kazuo Moriwaka
Modified: 2023-06-26 19:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2187515 (view as bug list)
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-149974 0 None None None 2023-02-28 01:22:08 UTC
Red Hat Issue Tracker SSSD-5899 0 None None None 2023-04-14 19:20:50 UTC

Description Kazuo Moriwaka 2023-02-28 01:20:48 UTC
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

Comment 1 jstephen 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.