simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.95k stars 55 forks source link

immich-go 1.0.0-alpha1 - Log style and debug #500

Closed raidolo closed 1 month ago

raidolo commented 1 month ago

Hi @simulot

as discussed in Discord, to debug the uploads, I've found very useful to have main metadata of an asset in the immich-go logs. With the "stable" version I was able to track down an issue with an asset timestamp, so it would be good to include in the logs, even at "info" level, the following: the upload asset name, the "create date" timestamp that will be used and probably the GPS coords if available.

Thanks!