Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42974
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'parsing': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:log': 0.16; 'subject:parser': 0.16; 'module': 0.19; "python's": 0.19; 'example': 0.22; 'parse': 0.24; 'text.': 0.24; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; 'perl': 0.31; 'fri,': 0.33; 'data,': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'received:76': 0.38; 'to:addr:python-list': 0.38; 'explain': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'url:search': 0.81; 'obtained': 0.96; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Python log parser |
| Date | Sun, 07 Apr 2013 00:09:39 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <CAFLxTvmDXgeKivwVTRwa4CJ-sd+9esOiwo=co-FFsBgoxO-16w@mail.gmail.com> <mailman.120.1365123545.3114.python-list@python.org> <kjmjod$o0g$1@reader1.panix.com> <CAFLxTvkrQ_Et0+xtZXMSEKCktkanhNC2XQwr9Oxq2Zg4a_4pAg@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-249-24-98.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 3.3/32.846 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.228.1365307790.3114.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365307790 news.xs4all.nl 6896 [2001:888:2000:d::a6]:48928 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42974 |
Show key headers only | View raw
On Fri, 5 Apr 2013 16:42:27 +0300, Nac Temha <naccttemha@gmail.com>
declaimed the following in gmane.comp.python.general:
> Can syslog module parsing syslog messages? I give you example for better
> explain this matter; I can parse perl module(
> http://search.cpan.org/dist/Parse-Syslog/lib/Parse/Syslog.pm). I obtained
> host,program,message text. I want to do them with python.
>
parse::syslog is not the same as sys::syslog
Python's syslog module does what sys::syslog does -- it /writes/
syslog data, it does NOT read it.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Python log parser rh <richard_hubbe11@lavabit.com> - 2013-04-04 18:00 -0700
Re: Python log parser Grant Edwards <invalid@invalid.invalid> - 2013-04-05 13:31 +0000
Re: Python log parser Nac Temha <naccttemha@gmail.com> - 2013-04-05 16:42 +0300
Re: Python log parser darnold <darnold992000@yahoo.com> - 2013-04-05 13:42 -0700
Re: Python log parser Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-04-07 00:09 -0400
csiph-web