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 c386606 commit 140a46a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void write(
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 140a46a

Please sign in to comment.