kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Controlling logging verbosity of `toolchain` tool #812

Open FeodorFitsner opened 1 year ago

FeodorFitsner commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently toolchain logging level is set to DEBUG without ability to change that. The log produced while building python recipe is huge and doesn't play well with CI environments: https://ci.appveyor.com/project/FeodorFitsner/appveyor-check/builds/47143169

Describe the solution you'd like

Controlling log verbosity via command line switch, e.g. -l <level> or environment variable.

Describe alternatives you've considered

No alternatives.