Changelog for logging changes (#1208)

This commit is contained in:
Adrian Sampson 2015-01-11 15:44:38 -08:00
parent e83b6ae297
commit 34c9caae67
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,12 @@ Fixes:
* Fix a crash when the importer deals with Unicode metadata in ``--pretend``
mode. :bug:`1214`
For developers: The logging system in beets has been overhauled. Plugins now
each have their own logger, which helps by automatically adjusting the
verbosity level in import mode and by prefixing the plugin's name. Also,
logging calls can (and should!) use modern ``{}``-style string formatting
lazily. See :ref:`plugin-logging` in the plugin API docs.
1.3.10 (January 5, 2015)
------------------------

View file

@ -459,6 +459,8 @@ Specifying types has several advantages:
* User input for flexible fields may be validated and converted.
.. _plugin-logging:
Logging
^^^^^^^