Improved logging for cate-webapi-start to allow for improved error analysis:
Added new option --logfile.
Changed meaning of option --verbose. Using this flag now sets log level to DEBUG. Warning: this setting affects all loggers, so expect vast output.
Cate now outputs extra debugging information, if environment variable CATE_DEBUG is set to 1. This affects WebSocket communication, image tile computations, and image tile caching. Output will always be streamed to stdout.
EDIT
Reviewers, please wait for review until the units tests run green.
Improved logging for
cate-webapi-start
to allow for improved error analysis:--logfile
.--verbose
. Using this flag now sets log level toDEBUG
. Warning: this setting affects all loggers, so expect vast output.CATE_DEBUG
is set to1
. This affects WebSocket communication, image tile computations, and image tile caching. Output will always be streamed to stdout.EDIT
Reviewers, please wait for review until the units tests run green.