Logging in UaAnsiCServer

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
aldebaran_wildt
Full Member
Full Member
Posts: 5
Joined: 11 Oct 2019, 16:04

Logging in UaAnsiCServer

Post by aldebaran_wildt »

Hello,
how can I get more logging from the UaAnsiServer? I found https://forum.unified-automation.com/viewtopic.php?f=22&t=1395&p=5070&hilit=UaAnsiCServer#p5070 and tried -ddd, but thas doesn't work.
Thanks!
Usch Wildt

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: Logging in UaAnsiCServer

Post by Support Team »

Hi,

for AnsiC based OPC UA SDK, you can switch on tracing in config file:
https://documentation.unified-automation.com/uasdkc/1.9.4/html/L2ServerSdkConfiguration.html#server_config_trace

Requirement is that you compiled the feature in. With "AnsiC-based DemoServer" from our Website, this is the case and you can use the tracing for analysis.
Best regards
Unified Automation Support Team

aldebaran_wildt
Full Member
Full Member
Posts: 5
Joined: 11 Oct 2019, 16:04

Re: Logging in UaAnsiCServer

Post by aldebaran_wildt »

Thanks, worked!

Post Reply