I've swapped out various `logging.exception` calls for `logging.error` with `exc_info` set to the exception. My reading of the docs is that the two shoulld be equivalent, but the former fails with an error related to message formatting, as if there was an extra (or missing) '%'. I've changed the format of the downloaded zip file, so that it now puts the stitched images at the top level (if they exist). I've also modified the time of the last stitched image so it returns None if it doesn't exist - this avoids HTTP errors in the client. |
||
|---|---|---|
| .. | ||
| things | ||
| __init__.py | ||
| logging.py | ||
| serve_static_files.py | ||
| server.py | ||