MAVENSDC / Pydivide

A plotting tool for MAVEN in-situ key parameter data
3 stars 3 forks source link

Allowing user to decide if pydivide.bin should print out a bunch of stuff #15

Closed jibarnum closed 5 years ago

jibarnum commented 5 years ago

Had a user mention that it'd be nice if they could decide if they wanted to see all the output from pydivide.bin. Made this a possibility by implementing logging instead of print statements, with the default logger level changing depending upon the 'verbose' being True or False.