MazamaScience / PWFSLSmoke

Utilities for working with air quality monitoring data (e.g. federal regulatory monitors)
http://mazamascience.github.io/PWFSLSmoke/
GNU General Public License v3.0
19 stars 5 forks source link

simplify initializeMazamaSpatialUtils() #85

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 5 years ago

The logging related statements should be removed as they make control of logging confusing in executable scripts.

  logger.setup()
  logger.setLevel(WARN)