I love jupyter notebook. Frequently I use packages I write from jupyter. Some of those packages have loggers which logger.info('information'). In jupyter, those messages show up below the code window in an angry magenta. That seems appropriate for logger.error or logger.critical but logger.info could have a more pleasant, calming color, so that my code doesn't look terribly broken when just trying to keep you in the loop about what it's up to. :)
Logging levels reference.