Skip to content

Commit

Permalink
OPCUA: change log level for successful writing
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Dec 12, 2024
1 parent 96321bb commit 1d1c074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void write(
log.error("Exception while writing to opcua node '{}'", writeContext.getTagName(), throwable);
writingOutput.fail(throwable, null);
} else {
log.info("Wrote '{}' to nodeId={}", variant, nodeId);
log.debug("Wrote '{}' to nodeId={}", variant, nodeId);
writingOutput.finish();
}
});
Expand Down

0 comments on commit 1d1c074

Please sign in to comment.