Forum Discussion
Tracy_Butler_90
Nimbostratus
Jul 06, 2006writing an irule to log all traffic
Need assistance with writing an irule to log all traffic flow. Support suggested that this should be done versus making changes to the syslog-ng file. I've tried making changes to syslog-ng file wit...
hoolio
Cirrostratus
Apr 26, 2007You should be able to add another set of statements (filter, destination and log) for "Blogger" events:
local0.info /var/log/Blogger
filter f_local0.info {
facility(local0) and level(info) and match("http_B_logger");
};
destination d_Blogger {
file("/var/log/Blogger" create_dirs(yes));
};
log {
source(local);
filter(f_local0.info);
destination(d_Blogger);
};I haven't tested this, but I think it should work with what you have already.
Aaron
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