Revision 2abc0e6f
Added by Colin Smith about 20 years ago
usr/local/www/diag_logs.php | ||
---|---|---|
75 | 75 |
<td colspan="2" class="listtopic"> |
76 | 76 |
Last <?=$nentries;?> system log entries</td> |
77 | 77 |
</tr> |
78 |
<?php dump_clog($system_logfile, $nentries, "racoon", true); ?>
|
|
78 |
<?php dump_clog($system_logfile, $nentries, array("racoon", "\"message repeated\""), array(true, true)); ?>
|
|
79 | 79 |
</table> |
80 | 80 |
<br><form action="diag_logs.php" method="post"> |
81 | 81 |
<input name="clear" type="submit" class="formbtn" value="Clear log"> |
Also available in: Unified diff
Filter both racoon and "message repeated" entries when viewing system logs.