missing logs #1589
johannwesely
started this conversation in
General
missing logs
#1589
Replies: 1 comment 1 reply
-
It looks like the logger |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In certification process this occured also as an issue:
Diagnostics:
Some Service logs seem to be missing within ‘OpcUa.log’, such as ‘TransferSubscriptions’, ‘SetPublishingMode’, ‘Call’, and “Cancel’. Service calls should be logged if a Bad StatusCode is returned, this is not required for unsupported Services.
Logs for Browse and Write calls exist but contain no StatusCodes.
Suggestion:
Neither Bad Service/OperationResults are logged under [ERROR], only under [DEBUG]. It may be a good idea to add the OPC UA errors also to the list of error reports.
We changed log level to TRACE and there we get SetPublishingMode, Call, Cancel, TransferSubscriptions but no Browse status information. This issue is considered as a warning but they recommendet to fix this.
Greetings Johann
Beta Was this translation helpful? Give feedback.
All reactions