mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 20:51:38 +01:00
Changelog for logging changes (#1208)
This commit is contained in:
parent
e83b6ae297
commit
34c9caae67
2 changed files with 8 additions and 0 deletions
|
|
@ -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)
|
||||
------------------------
|
||||
|
|
|
|||
|
|
@ -459,6 +459,8 @@ Specifying types has several advantages:
|
|||
* User input for flexible fields may be validated and converted.
|
||||
|
||||
|
||||
.. _plugin-logging:
|
||||
|
||||
Logging
|
||||
^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue