mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
c-icap//log switch to new log view https://github.com/opnsense/plugins/issues/1593
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user