Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
|-+  pfSense English Support» Packages» Squidguard log disabled
Username:
Password:
 
 

Pages: [1]   Go Down
  Print  
Author Topic: Squidguard log disabled  (Read 690 times)
0 Members and 1 Guest are viewing this topic.
_igor_
Hero Member
*****
Offline Offline

Posts: 602


View Profile
« on: December 09, 2010, 02:43:39 pm »

I was curious about the fact that at the Web-IF the squidguard log shows "disabled. So i looked at squidguard.inc and found the respective lines excluded. I changed that and squidguard.log is now shown perfectly as it should.

Is there any reason to exclude the log from being shown?

The lines are this ones:


Code:
/* Disable message...
                    $slog .= 'squidguard_log report disabled';
and enable the rest...
 */
                            $filename = SQUIDGUARD_LOGDIR . '/squidGuard.log';
                            $slog .= "<b>$filename</b><br>";
                            if (file_exists($filename)) {
                                $slog .= file_get_contents($filename);
                                $slog = explode("\n", $slog); 
                                while (count($slog) > 500)  array_shift($slog); 
                                $slog = implode("\n", $slog);
                                $slog = str_replace("\n", "<br>", $slog); 
                                $slog = "<tr><td>$slog</td></tr>";
                            }
Logged
dvserg
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4295



View Profile WWW
« Reply #1 on: December 09, 2010, 03:29:37 pm »

New SG log page will be created.
Logged

SquidGuardDoc EN  RU Tutorial
SQStat
Pages: [1]   Go Up
  Print  
 
Jump to:  

 

Page created in 0.024 seconds with 19 queries.