How to add a new section in logwatch report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have an application that uses the logger -t <tag> command to add specific messages in /var/log/messages. I'd like to add those in a section of it's own in the logwatch report but am having trouble following the information in /usr/share/doc/logwatch-7.3 in the HOWTO doc.

I added my new script/filter
/etc/logwatch/scripts/services/myfilter

myfilter is one simple awk comand:
awk '{ if ("mytag:" == $5) { print; }}'

I added the config file for it... /etc/logwatch/conf/myfilter.conf
Title = "My App Messages"
LogFile = messages

I also tried a more explicit, LogFile = /var/log/messages

What else do I need to do? when I add a test message to the log with
logger -t mytag this is a test
then run logwatch, I'm not seeing the test message in the report

What did I miss?

Thank you.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux