mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: config error logging (#9738)
This commit is contained in:
parent
f197f5d530
commit
95012dc19b
2 changed files with 16 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export class SystemConfigCore {
|
|||
return loadYaml(file.toString()) as unknown;
|
||||
} catch (error: Error | any) {
|
||||
this.logger.error(`Unable to load configuration file: ${filepath}`);
|
||||
this.logger.error(error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue