Forum Discussion
Remote Logging still going to /var/log/ltm
Here is the kb article: https://my.f5.com/manage/s/article/K13317.
The default facility used when using the 'log' statement in an irule is local0, or /var/log/ltm. So, maybe use facility 'info' which in theory should not be logged, depending on how your syslog is configured within the settings page.
So...
when HTTP_RESPONSE {
log local0.info XX.XX.XXXXX:514 [HTTP::response]
}
Alternatively, you can try also logging directly to the syslog IP hard coded in the iRule: https://clouddocs.f5.com/api/irules/log.html. So...
So...
when HTTP_RESPONSE {
log 192.168.1.1 local0.info XX.XX.XXXXX:514 [HTTP::response]
}
Where 192.168.1.1 is your SYSLOG server.
So a few more thoughts to maybe help you out.
Recent Discussions
Related Content
* 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