On 07/28/2017 02:00 AM, Tom Horsley wrote:
> On Thu, 27 Jul 2017 21:56:54 +0800
> Ed Greshko wrote:
>
>> Wonder if you've seen this?
>>
>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-interaction_of_rsyslog_and_journal.html
> Not that specific page, but it documents what I was previously doing
> using the old rsyslog.conf syntax, but the f26 rsyslog comes with
> a rsyslog.conf chock full of total gibberish, and even if rsyslog
> is still willing to accept the old syntax (something I don't know
> for sure), I have no idea if something in the new .conf conflicts
> with it :-(.

For the logging I just made these changes to the rsyslog.conf

module(load="imuxsock"    # provides support for local system logging (e.g. via
logger command)
      SysSock.Name="/run/systemd/journal/syslog")  # read from socket

#       SysSock.Use="off") # Turn off message reception via local log socket;
                          # local messages are retrieved through imjournal now.

#module(load="imjournal"            # provides access to the systemd journal
#       StateFile="imjournal.state") # File to store the position in the journal


Works fine.....

This was a help....

http://www.rsyslog.com/doc/v8-stable/configuration/index.html


-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to