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