Forum Discussion
Thanadon_Wattan
Nimbostratus
Jun 07, 2005how to log all request (not repeated message)
Hi all. I have a problem about logging the HTTP responsed in F5. when there are many requests, the 'ltm' log will says "repeated xxx times" (actually it's not exactly the same message so it shouldn't ...
unRuleY_95363
Jun 14, 2005Historic F5 Account
The syslogd isn't the culprit for throttling this message in this case. There is also throttling going on in our error logging system that throttles messages based on their event code (in your case the: 01220002 number). The error logging system is designed to throttle the messages by category and not according to the content. This type of throttling is distinguishable from the repeat suppression that syslogd does by the fact the the repeated message contains the event code.
There are two things you can do to disable this throttling:
a) set the db variable for rules logging to LOG_DEBUG (which also disables the throttling in the error logging system).
This can be done with the command:
bigpipe db Log.Rules.Level debug
b) When you use the iRule command "log" with the facility specified it bypasses the error logging system. So if you use the command as such, it will not be suppressed (except as by syslogd):
log local0. "My message"
Hope this helps.
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