Skip to content

Commit d9ae7b5

Browse files
committed
Update the log
1 parent cd51795 commit d9ae7b5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

scripts/aws/syslog-ng/syslog-ng-client.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ options {
66
chain_hostnames(no);
77
};
88

9-
source s_local {
10-
system();
11-
internal();
12-
};
13-
149
source s_startup_file {
1510
file("/home/start.txt");
1611
};
@@ -20,8 +15,6 @@ destination d_syslog_tcp {
2015
};
2116

2217
log {
23-
source(s_local);
24-
source(s_dev_nitro);
2518
source(s_startup_file);
2619
destination(d_syslog_tcp);
2720
};

scripts/aws/syslog-ng/syslog-ng-server.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ options {
99
chain_hostnames(yes);
1010
};
1111

12-
source s_local {
13-
system();
14-
internal();
15-
};
16-
1712
source s_network {
1813
network(
1914
ip(0.0.0.0)

0 commit comments

Comments
 (0)