I found that Kafka by default prints everything as stderr I want to change that and i found i have to add an log4j.properties file
I have created one and added properties that atleast should change it for an consumer but everything is still written to stderr
I have the same properties file also in main/ressources just to be sure