Skip to content

Disable logging in syslog #1362

Answered by Boia11
Boia11 asked this question in Q&A
Mar 24, 2021 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Thanks for your explain @abraunegg .

For remove minimal logging output you need to change /etc/rsyslog.conf or create new file /etc/rsyslog.d/onedrive.conf for add this simple rule:

if ($fromhost contains "namehost") and ($programname contains "onedrive") then {
   stop
}

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Boia11
Comment options

@abraunegg
Comment options

@Boia11
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Boia11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants