<div dir="ltr">Hi,<div><br></div><div>the logging functionality is now in master. In our sqlite database, we should always be able to see *current* status of past and running processes, when they started and ended, this needs to be totally tested, but I hope, it's doing what it's supposed to do</div><div><br></div><div>cheers</div><div><br></div><div>J</div></div><br><div class="gmail_quote"><div dir="ltr">po 28. 12. 2015 v 22:39 odesílatel Jachym Cepicky <<a href="mailto:jachym.cepicky@gmail.com">jachym.cepicky@gmail.com</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>today, I've introduced database logging capability for PyWPS-4  - first proof-of-concept version.</div><div><br></div><div>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, ...)</div><div><br></div><div>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]</div><div><br></div><div>data stored:</div><div><br></div><div><div>['uuid', 'operation', 'version', 'time_start', 'time_end', 'identifier', 'message', 'percent_done', 'status']</div></div><div><br></div><div>thanks</div><div><br></div><div>J</div><div><br></div><div>[1] <a href="https://github.com/jachym/pywps-4/tree/logging" target="_blank">https://github.com/jachym/pywps-4/tree/logging</a></div><div>[2] <a href="https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd" target="_blank">https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd</a></div></div></blockquote></div>