canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
5 stars 6 forks source link

fix(log): allows set logging verbosity level from env #289

Closed syu-w closed 3 months ago

syu-w commented 3 months ago

Use CRAFT_VERBOSITY_LEVEL to set log emitter level. If the level is invaild, default to BRIEF and continue.