--------------------
Added
^^^^^
* Support for structured JSON logging.
(`35 <https://github.com/jgosmann/dmarc-metrics-exporter/issues/35>`_)
* Docker images will be published for ``linux/amd64`` and ``linux/arm6``
platforms.
(`42 <https://github.com/jgosmann/dmarc-metrics-exporter/pull/42>`_)
* Latest stable release will be tagged with ``latest`` tag on Docker Hub.
Changed
^^^^^^^
* Logs are colored by default.
* It is no longer possible to override the following keys in the logging
configuration: ``version``, ``incremental``, ``formatters``.
* ``root.handlers`` will be set to ``['default']`` in the logging configuration
if not provided explicitly.
* The ``--debug`` argument will always take precedence for the root logger, no
matter what might be configured in the logging configuration.