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

    Squidguard log disabled

    pfSense Packages
    2
    2
    1.6k
    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

      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

        New SG log page will be created.

        SquidGuardDoc EN  RU Tutorial
        Localization ru_PFSense

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.