Closed scotthavens closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
smrf/framework/logger.py | 15 | 16 | 93.75% | ||
<!-- | Total: | 22 | 23 | 95.65% | --> |
Totals | |
---|---|
Change from base Build 329: | -0.02% |
Covered Lines: | 3399 |
Relevant Lines: | 4301 |
The
logging.basicConfig
makes a lot of assumptions that were creating some issues in the test environment. Now uses thedictConfig
to create the logger directly with much more control. Works with both streaming and file handlers.