Status/logging output is currently done through print (to stdout) within nprintML, and via unconfigured logging in AutoML. This should be centralized via configurable logging (defaulting to stdout), and AutoML logging brought under control as necessary.
Output might default to a clear but terse format e.g.:
[I] step.Net → …
[E] nprintml.net.execute.CommandError x
Or something even better!
Status/logging output is currently done through
print(tostdout) within nprintML, and via unconfigured logging in AutoML. This should be centralized via configurable logging (defaulting to stdout), and AutoML logging brought under control as necessary.Output might default to a clear but terse format e.g.:
Or something even better!