Closed lawrence910426 closed 1 year ago
@lawrence910426 Thank you so much for your contribution! The CLI output looks much better already :-)
I left a few comments on the review - most of them are super simple. I think that if we move the class to LogginBase
, this will be a really nice improvement since the entire project will be able to benefit from this improved output.
I have added a few more commits and fixed the problems mentioned. Thank you @mcopik again for your advising (\^ ^/)
@lawrence910426 Thanks for your hard work! I think it's almost there :) Please make sure to test to verify that the output is correct, such that we do not get duplicated output :)
Looks really nice on my CLI!
Hello @mcopik, I have these issues fixed :)
typename
-uuid
for easier debugs.ColoredWrapper
which is a wrapper that imitate a normal logging
instance.mypy
to workstdout
I have verified the output and it fits our expectations.
Thank you again for your reviewing! This would surely made CLI more beautiful :)
@lawrence910426 LGTM, thank you so much! This will make it much easier to catch warnings and errors, particularly in the verbose output mode :)
Implemented issues #65.