Hello:
Running phpLogCon 2.7.0 with rsyslog 3.22.0. . .
I'd like to change the default view of the search results, to remove a couple columns, like the Syslogtag and ProcessID. As far as I can tell, I should be able to do this by changing the $CFG['Columns'] array in config.php, to something like this:
$CFG['Columns'] = array ( SYSLOG_DATE, SYSLOG_FACILITY, SYSLOG_SEVERITY, SYSLOG_HOST, SYSLOG_MESSAGE );
However, no matter what I do to change this array, the default view never changes.
I noticed that by default, this array is commented out, so I was wondering if there is a specific flag to enable this usage?
Thanks,
- Sean


