deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
307 stars 79 forks source link

Using root log instead of logger #384

Closed kiinami closed 11 months ago

kiinami commented 11 months ago

https://github.com/deeplook/svglib/blob/774224413af53c16f23df76b4edc0c944968bd68/svglib/svglib.py#L656

When this error is triggered, the log is published to the root logger, instead of to the module logger.

github-actions[bot] commented 11 months ago

Thank you for raising your first issue! Your help to improve svglib is much appreciated!

claudep commented 11 months ago

Well found, would you like to suggest a pull request?

kiinami commented 11 months ago

Yes, on it