TresAmigosSD / SMV

Spark Modularized View
Apache License 2.0
42 stars 22 forks source link

Load user logging configuration from file #1517

Open laneb opened 5 years ago

laneb commented 5 years ago

In #1516 we migrated from using log4j to using Python's logging library logging.config.fileConfig will allow us to load logging configuration from a file. This will be more convenient and easier to track that configuration via code.