Skip to content

Commit 44bb86f

Browse files
committed
Add missing default configuration settings to template file
1 parent 1ec047b commit 44bb86f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf/netlogd.conf.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[Network]
22
#Address=239.0.0.1:6000
33
#Protocol=udp
4+
#TLSCertificateAuthMode=deny
45
#LogFormat=rfc5424
6+
#Directory=
7+
#Namespace=
58
#StructuredData=
69
#UseSysLogStructuredData=no
710
#UseSysLogMsgId=no
@@ -10,5 +13,5 @@
1013
#KeepAliveTimeSec=
1114
#KeepAliveIntervalSec=
1215
#KeepAliveProbes=
13-
#NoDelay=
16+
#NoDelay=no
1417
#SendBuffer=

0 commit comments

Comments
 (0)