Skip to content

Commit

Permalink
chore: adjust loglevel of reverse geocoding intializer to LOG (immich…
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama authored Jul 17, 2023
1 parent c8f1a15 commit c415ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class MetadataExtractionProcessor {
}

async init(deleteCache = false) {
this.logger.warn(`Reverse geocoding is ${this.reverseGeocodingEnabled ? 'enabled' : 'disabled'}`);
this.logger.log(`Reverse geocoding is ${this.reverseGeocodingEnabled ? 'enabled' : 'disabled'}`);
if (!this.reverseGeocodingEnabled) {
return;
}
Expand Down

0 comments on commit c415ee8

Please sign in to comment.