mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(server): fix logger context in StorageCore (#21534)
* Fix logging context in StorageCore
* Revert "Fix logging context in StorageCore"
This reverts commit 0aa540afd1.
* Fix logging context in StorageCore - one line change
This commit is contained in:
parent
59accbf32a
commit
23fb2e0fae
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ export class StorageCore {
|
|||
private storageRepository: StorageRepository,
|
||||
private systemMetadataRepository: SystemMetadataRepository,
|
||||
private logger: LoggingRepository,
|
||||
) {}
|
||||
) {
|
||||
this.logger.setContext(StorageCore.name);
|
||||
}
|
||||
|
||||
static create(
|
||||
assetRepository: AssetRepository,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue