<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">https://github.com/jachym/pywps-4/tree/logging</a></div><div>[2] <a href="https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd">https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd</a></div></div>