jasperges / pose-thumbnails

Blender add-on that adds thumbnails to a pose library.
GNU General Public License v2.0
67 stars 11 forks source link

Never call `logging.basicConfig()` from an add-on #36

Closed sybrenstuvel closed 6 years ago

sybrenstuvel commented 6 years ago

https://github.com/jasperges/pose_thumbnails/blob/e80726b23d7ee9d5245ac7914c3c0d5fadf90833/pose_thumbnails.py#L20

This overrules parts of user-configured logging options, and is a bad idea. Logging should be configured by the user.