Improve clarity of error message when database SSL disabled and file storage cannot be written

This commit is contained in:
Tom Moor
2023-09-27 09:07:49 -04:00
parent 2261514138
commit 86cb861ca7
3 changed files with 24 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export const createRootDirForLocalStorage = () => {
}
} catch (err) {
Logger.fatal(
"Couldn't create root dir for local storage of attachments",
`Failed to create directory for local file storage at ${env.FILE_STORAGE_LOCAL_ROOT_DIR}`,
err
);
}