I'm trying to productionize Python Sparkling Water application and I want to unify logging formats from my app, Spark and H2O. I was able to modify log4j.properties in Spark home and achieve it with Spark logs, however, H2O logs doesn't have format applied (i.e. timestamp, severity are missing).
How to do it?