Skip to content

Commit

Permalink
increase log level from info to warn for "emptied out" search index u…
Browse files Browse the repository at this point in the history
…pdate

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Jul 21, 2023
1 parent 98ef928 commit 5ef1930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private Source<AbstractWriteModel, NotUsed> computeWriteModel(final Metadata met
}
} else {
// no enforcer; "empty out" thing in search index
log.info(
log.warn(
"Computed - due to missing enforcer - 'emptied out' ThingWriteModel for metadata <{}> " +
"and thing <{}>", metadata, thing);
return ThingWriteModel.ofEmptiedOut(metadata);
Expand Down

0 comments on commit 5ef1930

Please sign in to comment.