I am writing my own log entries and Info level works fine, but if I switch my log entries to use Debug, they no longer show in the device log.
the debug tab just shows zero messages.
The Filter for the PlcLog must be explicitly set in CODESYSControl.cfg:
[CmpLog] Logger.0.Name=PlcLog Logger.0.Filter=0xFFFFFFFF Logger.0.Enable=1
...
Log in to post a comment.
I am writing my own log entries and Info level works fine, but if I switch my log entries to use Debug, they no longer show in the device log.
the debug tab just shows zero messages.
more posts ...
The Filter for the PlcLog must be explicitly set in CODESYSControl.cfg:
...