mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
15 lines
198 B
Text
15 lines
198 B
Text
# This is a basic configuration file for syslog-ng.
|
|
@version: 3.38
|
|
@include "scl.conf"
|
|
|
|
log {
|
|
source {
|
|
udp(
|
|
ip("0.0.0.0")
|
|
);
|
|
};
|
|
|
|
destination {
|
|
file("/var/log/syslog");
|
|
};
|
|
};
|