mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
c-icap//log switch to new log view https://github.com/opnsense/plugins/issues/1593
This commit is contained in:
parent
2b96030bcb
commit
64c84085d2
2 changed files with 1 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Services>
|
||||
<C_ICAP VisibleName="C-ICAP" cssClass="fa fa-ambulance">
|
||||
<Configuration order="10" url="/ui/cicap/general/index"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/diag_logs_cicap.php"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/ui/diagnostics/log/c-icap/server"/>
|
||||
</C_ICAP>
|
||||
</Services>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<?php
|
||||
|
||||
$logfile = '/var/log/c-icap/server.log';
|
||||
$logclog = false;
|
||||
|
||||
require_once 'diag_logs_template.inc';
|
||||
Loading…
Reference in a new issue