From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: View log files with emacs Date: Tue, 17 Feb 2015 21:58:19 +0300 Message-ID: <87sie4z7p0.fsf@gmail.com> References: <871tloczw8.fsf@eknet.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1424199541 31676 80.91.229.3 (17 Feb 2015 18:59:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 18:59:01 +0000 (UTC) Cc: help-gnu-emacs To: Eike Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 17 19:58:50 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YNnM9-0007Uw-4h for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 19:58:49 +0100 Original-Received: from localhost ([::1]:46878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNnM8-00074z-P1 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 13:58:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNnLs-00073R-Tw for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 13:58:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNnLk-0002n1-J3 for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 13:58:32 -0500 Original-Received: from mail-la0-f46.google.com ([209.85.215.46]:39671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNnLk-0002lZ-Ck for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 13:58:24 -0500 Original-Received: by labgq15 with SMTP id gq15so37746943lab.6 for ; Tue, 17 Feb 2015 10:58:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=KSEoSD3NxJN+LT/Vn43IGLE0kg3RMAixRnWX0IIuMPE=; b=FVJZZcPeD8tr4OT51umyc9i1r8g1Ejj6SxzibTEnQnpJJXA44Jl5KlA/0jYiRwQgrX ZdXzw5Q24X/hS9rvZE+eU+WgVVoJ4BF2/oWgVKtVEZm4kMcbRfpngqj4pvptrCNavm7H rb6TbLkAYQzJYLqYfFOpzqFVR+4ANoTW10IS+yaJ3wkCWUByp93aQNnoeBB4Bph1V0e6 ai2Za1Wk2h3QQoaxiZpkFm1KU2v2EoCCQqxTqZaREbkXbjVvR+AUN32FkKkIbygia1AG j0OBh8y6LJ8w8AeHhxMt7g1TyKnP5IEAG0bvux8oGDmtJEeXdbVpcoxoeNlPiL52l44Q 9hEQ== X-Received: by 10.112.56.139 with SMTP id a11mr30078028lbq.36.1424199502712; Tue, 17 Feb 2015 10:58:22 -0800 (PST) Original-Received: from leviafan ([217.107.192.142]) by mx.google.com with ESMTPSA id kz6sm3740296lbc.19.2015.02.17.10.58.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 10:58:21 -0800 (PST) In-Reply-To: (Drew Adams's message of "Tue, 17 Feb 2015 07:43:59 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.46 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102762 Archived-At: Drew Adams (2015-02-17 18:43 +0300) wrote: >> I have to look at some log files more often now and was wondering if >> there are some handy things for emacs in that regard? I'm aware of >> log4j-mode, but couldn't find more. It's for java (logback and log4j) >> log files so I'd like to do fold stacktraces etc and also remove certain >> parts I'm not interested in to make the file smaller (we seem to log >> more useless than useful stuff=E2=80=A6). > > I see this library when I search for "log" on Emacs Wiki. > No idea how helpful it will be for you, however. > > http://www.emacswiki.org/emacs/syslog-mode.el It is maintained at and it's available on MELPA. --=20 Alex