When calling code2flow within python (i.e. not via cmd line), the default logging config is overwritten:
logging.basicConfig(format="Code2Flow: %(message)s", level=level)
This is a bit annoying, as it requires to reconfigure logging after calling code2flow to remove Code2Flow prefix.
When calling
code2flowwithin python (i.e. not via cmd line), the default logging config is overwritten:logging.basicConfig(format="Code2Flow: %(message)s", level=level)This is a bit annoying, as it requires to reconfigure logging after calling
code2flowto removeCode2Flowprefix.