• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Squidguard log disabled

Scheduled Pinned Locked Moved pfSense Packages
2 Posts 2 Posters 1.6k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _
    _igor_
    last edited by Dec 9, 2010, 7:43 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:

    /* Disable message...
                        $slog .= 'squidguard_log report disabled';
    and enable the rest...
     */
                                $filename = SQUIDGUARD_LOGDIR . '/squidGuard.log';
                                $slog .= "**$filename**
    ";
                                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", "
    ", $slog);  
                                    $slog = "$slog";
                                }
    
    
    1 Reply Last reply Reply Quote 0
    • D
      dvserg
      last edited by Dec 9, 2010, 8:29 PM

      New SG log page will be created.

      SquidGuardDoc EN  RU Tutorial
      Localization ru_PFSense

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
        This community forum collects and processes your personal information.
        consent.not_received