7 lines
133 B
Text
7 lines
133 B
Text
if $fromhost-ip == "127.0.0.1" then {
|
|
action(
|
|
type="omfile"
|
|
name="omfile-/var/log/syslog"
|
|
File="/var/log/syslog"
|
|
)
|
|
}
|