As of now all logger messages print to stdout and are nearly all set to INFO
. With the exception of initializing an admin
instance, most other log messages should be set to higher levels (warning, etc). A GUI user should not see the output window covered in log messages unless set to that, which would required a log
flag in ArgumentParser
.