python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

add optional error log #214

Closed dhellmann closed 1 month ago

dhellmann commented 1 month ago

The debug log can be quite verbose, so provide an option for logging just error messages to a separate file for easier review.

dhellmann commented 1 month ago

LGTM

I wonder it it would be useful to log everything >= WARNING instead >= ERROR?

That might be a good idea. We could come back and do that if we find warnings useful?