Show debug level entries in the Device Log?

2022-08-19
2022-11-23
  • thecolonel26 - 2022-08-19

    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.

     
    πŸ‘
    1
  • Strucc.c

    Strucc.c - 2022-11-23

    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.