Revision 1d19a2fb
Added by Colin Smith about 20 years ago
usr/local/www/diag_pkglogs.php | ||
---|---|---|
130 | 130 |
eval($apkg_config['custom_php_global_functions']); |
131 | 131 |
eval($apkg_config['logging']['custom_php_logging_command']); |
132 | 132 |
} elseif(isset($apkg_config['logging']['grepfor']) and isset($apkg_config['logging']['invertgrep'])) { |
133 |
dump_clog($logfile, $nentries, $apkg_config['logging']['grepfor'], true); |
|
133 |
dump_clog($logfile, $nentries, $apkg_config['logging']['grepfor'], true, true, false);
|
|
134 | 134 |
} elseif(isset($apkg_config['logging']['grepfor'])) { |
135 |
dump_clog($logfile, $nentries, $apkg_config['logging']['grepfor']); |
|
135 |
dump_clog($logfile, $nentries, $apkg_config['logging']['grepfor'], "", true, false);
|
|
136 | 136 |
} else { |
137 |
dump_clog($logfile, $nentries); |
|
137 |
dump_clog($logfile, $nentries, "", "", true, false);
|
|
138 | 138 |
} |
139 | 139 |
?> |
140 | 140 |
</table> |
Also available in: Unified diff
Don't forget to tell dump_clog not to ignore packages.