Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52533
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Reading log and saving data to DB |
| Date | 2013-08-14 18:34 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <4de52359-d352-4e35-afed-73df672c945c@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.588.1376519688.1251.python-list@python.org> (permalink) |
On Wed, 14 Aug 2013 06:18:08 -0700 (PDT), Guy Tamir <guytamir1@gmail.com>
declaimed the following:
>Hi all,
>
>I have a Ubuntu server running NGINX that logs data for me.
Is the log coming from NGINX or (since you mention Django below) coming
solely from the Django application.
If the logging is from the Django application only, you should be able
to have it connect to the database and write directly to 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 | Next in thread | Find similar | Unroll thread
Reading log and saving data to DB Guy Tamir <guytamir1@gmail.com> - 2013-08-14 06:18 -0700
Re: Reading log and saving data to DB "marduk@python.net" <marduk@python.net> - 2013-08-14 09:46 -0400
Re: Reading log and saving data to DB Guy Tamir <guytamir1@gmail.com> - 2013-08-15 00:23 -0700
Re: Reading log and saving data to DB Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-08-14 18:34 -0400
Re: Reading log and saving data to DB Guy Tamir <guytamir1@gmail.com> - 2013-08-15 00:16 -0700
csiph-web