Forum Discussion
TJ_Vreugdenhil
Mar 03, 2014Cirrus
APM W3C Local Logging iRule
Hi
We are using the local logging irule found here on devcentral:
https://devcentral.f5.com/wiki/irules.FormattedLoggingForW3c.ashx
Everything seems to populate correctly, except for the H...
TJ_Vreugdenhil
Mar 03, 2014Cirrus
Hi Kevin - Since we are applying this to an APM VIP, couldn't I just use this under the "when HTTP_REQUEST" or would I have to do something different such as your post here:
[link text](https://devcentral.f5.com/questions/apm-ssl-user-login-logout-logging)
when HTTP_REQUEST {
set username [ACCESS::session data get session.logon.last.username]
}
when HTTP_RESPONSE {
set log_msg ""
append log_msg "username=$username "
log local0. $log_msg
}
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