Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Dec 17, 2024
1 parent a2216f3 commit 0191fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/src/core/DriveService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ export class DriveService {
};
}
}
this.registerLogger.debug(String(this.config.objectStorage?.useObjectStorage));
this.registerLogger.debug(String(this.meta.useObjectStorage || this.config.objectStorage?.useObjectStorage));
this.registerLogger.info(String(this.config.objectStorage?.useObjectStorage));
this.registerLogger.info(String(this.meta.useObjectStorage || this.config.objectStorage?.useObjectStorage));
if (!isMimeImage(type, 'sharp-convertible-image-with-bmp')) {
this.registerLogger.debug('web image and thumbnail not created (cannot convert by sharp)');
return {
Expand Down

0 comments on commit 0191fd7

Please sign in to comment.