CoxAutomotiveDataSolutions / waimak

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark.
Apache License 2.0
75 stars 16 forks source link

Fix logging levels throughout Waimak #46

Open alexjbush opened 5 years ago

alexjbush commented 5 years ago

Expected Behavior

Consistent use of logging levels in Waimak. Minimal use of INFO level.

Actual Behavior

Many messages (especially in storage) and logged at INFO when DEBUG should be used.

Specifications