Closed obiseankenobi closed 1 month ago
Hey @obiseankenobi, for this one I think you just want &> CCloud_kafka_testing.txt
instead of > CCloud_kafka_testing.txt
.
Your OS isn't capturing standard error, which is where those logs are being printed to.
In retrospect, this is pretty unintuitive. As of 0.11.3, ShadowTraffic now logs all output to standard out. The standard error thing was just a weird side effect of how I had the underlying Log4J in Kafka configured.
So this should now be simple to capture with >
again.
I am trying to output my startup log to a file and seeing that the output file itself is only capturing limited information:
Docker run command:
Output file attached: CCloud_kafka_testing.txt
Expected output in full logs: