mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
15 lines
No EOL
197 B
Text
15 lines
No EOL
197 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");
|
|
};
|
|
}; |