Disable file log for Calico felix
With migration to journald we need to disable file logging for calico. Change-Id: I3577ef4555cac3b05f27eb9589868034d2347889
This commit is contained in:
parent
7fcd9552a5
commit
4f62233877
@ -4,3 +4,7 @@
|
|||||||
MetadataAddr = {{ internal_lb_vip_address }}
|
MetadataAddr = {{ internal_lb_vip_address }}
|
||||||
EtcdEndpoints = http://127.0.0.1:2379
|
EtcdEndpoints = http://127.0.0.1:2379
|
||||||
DatastoreType = etcdv3
|
DatastoreType = etcdv3
|
||||||
|
|
||||||
|
[log]
|
||||||
|
LogFilePath = none
|
||||||
|
LogSeverityScreen = Fatal
|
Loading…
Reference in New Issue
Block a user