martinruefenacht / lemonspotter

MPI Test Generation Framework
MIT License
1 stars 0 forks source link

Strange level of warnings for printable arguments #22

Closed martinruefenacht closed 5 years ago

martinruefenacht commented 5 years ago

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

martinruefenacht commented 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.