From 4f622338773a41928fc5fa7afd695ce3ff5b3f34 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 19 Jul 2019 19:56:53 +0300 Subject: [PATCH] Disable file log for Calico felix With migration to journald we need to disable file logging for calico. Change-Id: I3577ef4555cac3b05f27eb9589868034d2347889 --- templates/felix.cfg.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/felix.cfg.j2 b/templates/felix.cfg.j2 index ed6ab302..c573d8f0 100644 --- a/templates/felix.cfg.j2 +++ b/templates/felix.cfg.j2 @@ -4,3 +4,7 @@ MetadataAddr = {{ internal_lb_vip_address }} EtcdEndpoints = http://127.0.0.1:2379 DatastoreType = etcdv3 + +[log] +LogFilePath = none +LogSeverityScreen = Fatal \ No newline at end of file