I’m using AWX 20.1.0 on Kuberenetes 1.23
I have some custom python modules and I’m hoping to use the standard Python logger to write to the container logs. This would allow me to then view my logs in real time from the kubernetes dashboard as my jobs run plus they would also automatically be picked up by my log collector. I don’t want the output to be included in the AWX job output.
I tried simply writing to stdout but my messages never show up. I suspect this is partly by design because of the callback plugin but I also thought this would be a simple/common thing to do. Any ideas?