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
Elasticsearch Services
Search Doc Service
Commits
fbd8e811
Commit
fbd8e811
authored
May 07, 2021
by
Jonas Waeber
Browse files
Improve logging
parent
4948bc80
Pipeline
#26118
failed with stages
in 11 minutes and 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/KafkaTopology.kt
View file @
fbd8e811
...
...
@@ -219,10 +219,8 @@ class KafkaTopology(
val
update
=
updateInstitutionContainer
(
value
,
targetField
)
if
(
update
==
null
)
{
log
.
info
(
"No update for $targetField for ${value.id} as they are already current."
)
KeyValue
(
key
,
null
)
}
else
{
log
.
info
(
"Updating field $targetField for ${value.id} with ${value.name}."
)
KeyValue
(
"$key#update"
,
update
...
...
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