ssl-hep / ServiceX_App

REST Front End to ServiceX
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Replace print statements with logging #81

Open AndrewEckart opened 3 years ago

AndrewEckart commented 3 years ago

We should use the logging module instead of print - it allows for greater control and flexibility.

sthapa commented 3 years ago

Initial draft for transformers is at https://github.com/ssl-hep/ServiceX_transformer/pull/47 . There's a a few things that we should probably discuss before finalizing the PR.