evanoberholster / imagemeta

Image Metadata (Exif and XMP) extraction for JPEG, HEIC, AVIF, TIFF and Camera Raw in golang. Focus is on providing features and improved performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating logs when used as library

matrixik opened this issue · comments

Hello, after 55123c7 your library started outputing logs when used as library. I think by default libraries should not generate any logs but allow users to turn it on if necessary for debugging.

@matrixik Thanks for that suggestion. For now I removed debug logs until I can find a better way. See 6bf953d

Closing this issue.

Great, thank you.