PhpLogCon Configuration Variables
From rsyslog wiki
This documentation is incomplete, to phrase it politely ;)
[edit] DBEnableRowCounting
The MySQL databased driver (and probably others) can display a row count with the number of search results. While this is nice, it is also a performance-intense operation. If you have a large database, you may want to disable it. In this case, set it to false. Setting it to false will disable the row count display - no other functionality is affected.
Example:
$CFG['Sources']['Source6']['DBEnableRowCounting'] = False;
Please note the "Source6" is the name of an actual source. You need to use the one of the source you would like to set this parameter on.

