Closed martinruefenacht closed 5 years ago
This is fixed in PR #21. Due to core/statement.py:283 being warning instead of info. Changed to logger.info, because it is not needed to be known. It showed up with MPI_Comm_dup because it uses unprintable types, others would have shown up with a more extensive database.
We receive strangely leveled debug statements when we do a normal with log default execution. Something being not printable is best as info perhaps.
WARNING:root:arg_newcommunicator is not printable WARNING:root:arg_communicator is not printable