Forum Discussion
tomasz_su_15025
Nimbostratus
Nov 17, 2017Is there something like iRule instance ID that could be printed easily on the ltm log?
My understanding is that each connection will be handled by a dedicated iRule instance. Let's say I got some basic logging implemented i.e.:
log local0. "Pool member $pool_mbr selected"
But I got man...
Lee_Sutcliffe
Nacreous
Nov 17, 2017I'm not aware of an instance ID - but you could generate logging with a random string:
set logPrefix "[IP::client_addr]:[TCP::client_port]:[IP::server_addr]:[TCP::server_port][expr { int(100000000 * rand()) }]"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