Hi Petrus and all,
Thanks so much for the excellent work on the Jpype wrapper. I was wondering if you would consider removing the "JVM already started, resuming on started JVM"
print statement from the initVM
function. I think that writing this message directly to stdout via print
is a bit noisy for a library. Thanks!
1 Like
Good idea. I opened a ticket in the orekit jpype gitlab, feel free to implement a solution if you feel comfortable, just fork the project and open a merge request: Reduce verbosity by replacing `print` calls by logging with different levels (#8) · Issues · Orekit / orekit_jpype · GitLab
I fully agree, this is a bit hacky, should probbably use some standard logger call rather at INFO level or something.