Forum Discussion
Yozzer
Nimbostratus
8 years agoTcl error thrown from multi vip used irule
How can i tell if an irule is used on multiple vips throws a tcl error which vip it errored from?
Thanks
Stanislas_Piro2
Cumulonimbus
8 years agoHi,
In the HTTP_REQUEST event, put your code inside this :
when HTTP_REQUEST {
if {[ catch {
Your code here
}]} {
Log local0. "This code raised an error on virtual server [virtual name]"
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects