Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

JEP output is no longer captured #274

Open JeroenVerstraelen opened 6 months ago

JeroenVerstraelen commented 6 months ago

inspect, logging module, print statements are all not captured by JEP UDFs.

This used to work but it could be that it broke when we switched to the new redirects for Jep 4.1.1.

config.redirectStdErr(System.err)
config.redirectStdout(System.out)