Skip to content

Commit 2b1eb8a

Browse files
authored
UID2-5407 reduce log entries in private operator (#1878)
* Reduce the log entries in var/log/operator.log for private operator
1 parent 2eb9c50 commit 2b1eb8a

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

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

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

9-
source s_local {
10-
system();
11-
internal();
12-
};
13-
14-
source s_dev_nitro {
15-
pipe("/dev/nitro_enclaves");
16-
};
17-
189
source s_startup_file {
1910
file("/home/start.txt");
2011
};
@@ -24,8 +15,6 @@ destination d_syslog_tcp {
2415
};
2516

2617
log {
27-
source(s_local);
28-
source(s_dev_nitro);
2918
source(s_startup_file);
3019
destination(d_syslog_tcp);
3120
};

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

Lines changed: 0 additions & 6 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)
@@ -31,7 +26,6 @@ destination d_file {
3126
};
3227

3328
log {
34-
source(s_local);
3529
source(s_network);
3630
destination(d_file);
3731
};

0 commit comments

Comments
 (0)