-------------------
* Fix incorrect behaviour when configuring logging from a file (tintoy/seqlog10).
**Breaking change**: Configuring logging from file or dict will now by default override the default logger class to be ``StructuredLogger`` (this can be reverted to previous behaviour by passing ``use_structured_logger=False``).