microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
33 stars 16 forks source link

Delay string formatting when logging messages #227

Closed c-w closed 5 years ago

c-w commented 5 years ago

If we pass format strings and format arguments to the Python standard library logger, it can determine whether the logger currently is enabled and save a string interpolation if the message anyways wouldn't be logged.

All Submissions: