Ravi Kumar
Ravi Kumar
So if you see in this [link](https://github.com/fabiantan/kinesis-client-library-sample/blob/master/src/main/java/com/amazonaws/services/kinesis/multilang/DrainChildSTDERRTask.java) u can see how multilang handle any line goes to console. So the quick solution for logging is to use `sys.stdout.write` or `print`.
Do we have support for this, I have the same requirements.
you can use logback.xml and change the loglevel. cmd: `amazon_kclpy_helper.py --print_command --java --properties samples/sample.properties --log-configuration logback.xml` _logback.xml_ change log level inside this. [https://github.com/awslabs/amazon-kinesis-client/blob/master/amazon-kinesis-client-multilang/src/main/resources/logback.xml](url)
Instead of using `logger.info` use `sys.stdout.write` will solve the above problem.
> Is there a way you can get the Stream Name, Shad ID and Application Name as a variable in the code? @Rexw099 Have u found any solution for this?