Summary

restSQL 0.8.13 adds tomcat log rotation

Log Rotation

The service and service-sdk docker containers now remove tomcat server and access logs by default older than three days. A cron job runs daily at 2am UTC. To change the retention, set an environment variable with the desired number of days. For example, to set to 7 days:

docker run --env TOMCAT_LOG_RETENTION_DAYS=7 ...

Documentation

Docker deployment READMEs were improved (on Docker Hub).

The Framework Developer Guide (local raw or pretty) was improved.

Migration

N/A