Created
September 20, 2019 15:44
-
-
Save vbmade2000/7fcdbf57e85adbdb57c189a5d1cd5dcf to your computer and use it in GitHub Desktop.
Rsyslg configuration file to forward error messages to separate file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($syslogseverity == 3) then | |
{ | |
action(type="omfile" file="/tmp/error.log") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment