Suppress warnings for LAUNCHPAD_CFG and LAUNCHPAD_LOG environment variables
schuderer opened this issue · 0 comments
schuderer commented
- ML Launchpad version: 1.0.0
Description
It would be nice if there was a way to suppress certain warnings, specifically those for a non-set environment variable (or not have these warnings in the first place).
Steps to reproduce
$ touch LAUNCHPAD_CFG.yml
$ mllaunchpad train
WARNING mllaunchpad.config: Config filename environment variable LAUNCHPAD_CFG not set, using default file: './LAUNCHPAD_CFG.yml'
...