Forum Discussion
Deb_Allen_18
May 05, 2006Historic F5 Account
Missing log entries
I'm testing whether redirect with Keepalive header is really kept alive, so I wrote this little rule to try to keep the connection alive long enough for me to see it in netstat and then see when it go...
JRahm
Admin
May 16, 2006Your assumption is correct, I was logging to the default facility. When I changed it to local0, I got similar but not identical behavior. I tried several different facilities and levels, and the results are the same. If I put a timing loop in front of the log statement, I get all my log statements. I found that variable Y must increase as the limit for variable X is increased. For example, I consistently get all 300 lines if I have a 12 count loop in between each log statement
for {set x 0}{$x<300}{incr x}{
for {set y 0}{$y<12}{incr y} { }
log local0 "Number $x"
}But if I need 1000 of them, the delay loop needs to be much longer:
for {set x 0}{$x<1000}{incr x}{
for {set y 0}{$y<100}{incr y} { }
log local0. "Number $x"
}It appears to me that syslog is getting overloaded.
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
