[Pywps-dev] database logging to pywps

Jachym Cepicky jachym.cepicky at gmail.com
Mon Dec 28 13:39:16 PST 2015


Hi all,

today, I've introduced database logging capability for PyWPS-4  - first
proof-of-concept version.

Idea: to track current status, needed time, log message, percent done etc.
for all requets (and use it later for automatic validation of each process,
process pausing, resuming, ...)

I've used (hardcoded) sqlite3 database for it, it still lives in separate
branch (not in master, but in [1]), would be nice, if someone could have a
short look on it [2]

data stored:

['uuid', 'operation', 'version', 'time_start', 'time_end', 'identifier',
'message', 'percent_done', 'status']

thanks

J

[1] https://github.com/jachym/pywps-4/tree/logging
[2]
https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20151228/2ac33522/attachment.html>


More information about the pywps-dev mailing list