Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'open-source': 0.04; 'syntax': 0.04; 'json': 0.07; 'suggestions,': 0.07; 'python': 0.11; 'class;': 0.16; 'logger': 0.16; 'subject:log': 0.16; 'example': 0.22; 'instead.': 0.24; 'skip:% 10': 0.24; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'easily': 0.37; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'course': 0.61; 'here': 0.66; 'of:': 0.68; 'alec': 0.84; 'subject:source': 0.84; 'viewers': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=K5/F1uIjMJ5W6h59PfJKVHuFEMu9ll8Kpn5GtNJ3U1o=; b=nkGm5N6rLSTAzT/ByWSSJcfhKU3zwEexgWkHoFVUeCPwRWgPOQQvbwdfYeivwKI27W +3KFKNQTqGvmUpMEIgd/p5OU37DQKEdwo6t0WVoMBlpR4gk5v2KKdGffAsgrBNnciW4e ZdKTsfh0N4Mi/LWkMRtlgcYtYWlov/oB0gGK7yvaqdTOO/atfe0urlp6O0BZuDp6dwHL 6SJzLhmGb4JUZGVxLAX0gzYDJtpz/F9CxX7/o0IMuF5MiepXjgxYaQIVc43cU5eCdsJw s5j0WNvfDd6RboTeZeiCRwb+8IY/bRza7DRroMOAeQWczVNTGLnSycwViI6jJszF6jEo kGkA== MIME-Version: 1.0 X-Received: by 10.229.56.200 with SMTP id z8mr133655439qcg.1.1388641219607; Wed, 01 Jan 2014 21:40:19 -0800 (PST) Date: Thu, 2 Jan 2014 16:40:19 +1100 Subject: Suggest an open-source log analyser? From: Alec Taylor To: "comp.lang.python" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388641227 news.xs4all.nl 2918 [2001:888:2000:d::a6]:51079 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62972 I use the Python logger class; with the example syntax of: Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') Can of course easily use e.g.: a JSON syntax here instead. Are there any open-source log viewers (e.g.: with a web-interface) that you'd recommend; for drilling down into my logs? Thanks for your suggestions, Alec Taylor