source s_network { tcp(port(601)); }; destination d_apicast { file("/var/log/apicast.log"); }; log { source(s_network); destination(d_apicast); };