Forum Discussion

1 Reply

  • You can check for run-time detected iRules violations in the LTM logs. However, if you have an actual logic error in your code that is making it behave differently from what you expected, your best bet is to include iRules "log" statements throughout your code (while testing) and use those to debug the issue. For example, a well-placed log command will help you determine which branch you took in a conditional piece of code or show you the value of a variable at various points in the iRule's execution.