SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Is it really needed to display log level change upon startup? #134

Closed deathaxe closed 7 years ago

deathaxe commented 7 years ago

If the log-level is set to CRITICAL in the PackageDev.sublime-settings, a user might not want to see any warnings. The log-level change should not be displayed in this case if it was not set to "info" or "debug" as it is something quite normal.

see: https://github.com/SublimeText/PackageDev/blob/276f9e44f953fe3d0b0b4c25dff9ddaae9402937/_logging.py#L31