mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 03:58:02 -05:00
Logging: Improve mediabackend filesystem log message.
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
429eff4411
commit
3493a7a26f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ async function bootstrap(): Promise<void> {
|
|||
);
|
||||
if (mediaConfig.backend.use === BackendType.FILESYSTEM) {
|
||||
logger.log(
|
||||
`Serving ${mediaConfig.backend.filesystem.uploadPath} under 'uploads/'`,
|
||||
`Serving the local folder '${mediaConfig.backend.filesystem.uploadPath}' under '/uploads'`,
|
||||
'AppBootstrap',
|
||||
);
|
||||
app.useStaticAssets(mediaConfig.backend.filesystem.uploadPath, {
|
||||
|
|
Loading…
Reference in a new issue