When configuring log tracking, it seems that Hyperic simply does a case insensitive search through each line for the strings "error", "warn" etc. Thus a line like:
INFO:./gitmirror.py:processing /git/transformation/ea/errorhandlerfilter.git
is registered as an "error" and an alert can be triggered unnecessarily.
How do I get Hyperic to recognise only ERROR, WARN, INFO, etc. in all uppercase only.