The source project of this merge request has been removed.
Remove overly verbose messages from loguru.
Before this commit, a ctest -V
generates 1.3 million characters. After this, it generates ~800,000. The information presented by loguru
is either already spat out by ctest
, or not very informative, such as atexit
, or a bunch of --------
.
I checked to see if I could change the loglevel and do this without changing loguru
, but failed.