kbaseapps / DataFileUtil

MIT License
0 stars 12 forks source link

Remove basic info log statements #53

Closed jayrbolton closed 6 years ago

jayrbolton commented 6 years ago

DFU's stdout is very noisy, and at least a couple people have requested that it gets reduced.

This update simply removes all extraneous log calls that just show basic info, while keeping all logs that show errors or warnings. More ideally, we would use python's logging lib and use a log level set from an environment variable. However, I don't think this is possible to configure with SDK apps.

cc @psdehal