Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Media-Linker
Commits
40f5a00f
Unverified
Commit
40f5a00f
authored
Nov 28, 2020
by
Sebastian Schüpbach
Browse files
log tried paths if no media file has been found
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
4b2dae1c
Pipeline
#18029
failed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/main/kotlin/KafkaTopology.kt
View file @
40f5a00f
...
...
@@ -399,6 +399,7 @@ class KafkaTopology(private val settings: SettingsLoader) {
return
"${Constant.sftpPathPrefix}$filePath"
}
}
log
.
info
(
"No media file found. Tried $sftpBasePath/$recordSetId/$type/$originalIdentifierValue.{${fileExtensions.joinToString()}}"
)
return
null
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment