Re: How to write Connect logs to file?

2016-06-01 Thread Ewen Cheslack-Postava
For Connect we use a different filename, connect-log4j.properties, just as the tools use a tools-log4j.properties. Note that this is just the default from the connect-standalone.sh or connect-distributed.sh scripts. You can also override that by setting the KAFKA_LOG4J_OPTS environment variable to

How to write Connect logs to file?

2016-05-04 Thread Anish Mashankar
How to write Kafka Connect logs to a rolling file? It runs in a distributed environment. Adding a log4j.properties file doesn't seem to work. What are other ways I could do the same? -- Anish Samir Mashankar