Skip to content

adding custom logger

Manuel Guth requested to merge mguth-cleanup-logging into master

This MR adds a custom logger to umami which prints infos in the format INFO:umami: <message> in green such that one can better distinguish it from tensorflow logging etc.

I started adding this for the scripts which had already the logging. I will split this into several MRs such that it stays a bit cleaner

first step towards #32 (closed)

Merge request reports