================
- Run recorder service task (checking for free disk space) each 10 seconds
- Improve production setup documentation
- Remove ``recording_`` prefix from recorded file name. Thanks, msweef.
- Improve spool subdirectory hierarchy to reduce the number of files per directory. Thanks, Michael.
The new scheme is ``/var/spool/saraswati/{year}/{month:02d}/{day:02d}/{channel}/{timestamp}_{channel}_{fragment:04d}.mka``.
- Use more ISO-like timestamp format, separating each datetime's fragments.
Currently, ``%Y-%m-%dT%H-%M-%S%z`` is used.
- Improve error handling on exceptions from "on_format_location" callbacks