From owner-freebsd-questions Thu Jun 21 9:28:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smarthost.redmond.corp.microsoft.com (smarthost.microsoft.com [131.107.3.106]) by hub.freebsd.org (Postfix) with ESMTP id D4F0737B403 for ; Thu, 21 Jun 2001 09:28:11 -0700 (PDT) (envelope-from trevin@mail.com) Received: from trevin ([157.56.129.168]) by smarthost.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.2966); Thu, 21 Jun 2001 09:28:05 -0700 From: "Trevin Chow" To: "'James Housley'" Cc: Subject: RE: logging of /usr/libexec/atrun Date: Thu, 21 Jun 2001 09:28:04 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <3B321EE1.8BC71E1D@thehousleys.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 21 Jun 2001 16:28:05.0566 (UTC) FILETIME=[263475E0:01C0FA6F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- >>Trevin Chow wrote: >> >> I tried looking at my cron logs today (/var/log/cron) to see why some of >> my cron jobs aren't executing. However, I'm finding my cron logs pretty >> useless since the root's cronjob of "/usr/libexec/atrun" is running every >> 5 mins on my system. Thsu an entry is made into /var/log/cron every 5 >> mins whcih fill up my logs and I'm not able to easily find entries for >> other jobs. Is there a way to stop the logging of thisjob? >Instead just filter out the atrun lines. >grep -v atrun /var/log/cron | more This doesn't work too well since the cron logs are getting archived in cron.0.gz, cron.1.gz, etc after a certain size I'm guessing? So I have to unzip each of the cron logs to find what I want... or is there a better way? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message