Hi Community.
I'm using prefect and have one question. One of my task is using jpype to call a Java Method from a jar. Inside the java-code I have some logs which printed to the console.
Inside python and the terminal I can see the logs but not in the prefect dashboard. Now I try to extend the console logs which produced from jpype to the prefect apihandler. Is there a way to do this?