diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 1d610f53b..7744f4808 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -489,8 +489,10 @@ name to make them easier to see. What messages will be logged depends on the logging level and the action performed: -* On import stages and event, the default is ``WARNING`` messages. -* On direct actions, the default is ``INFO`` and ``WARNING`` message. +* On import stages and event handlers, the default is ``WARNING`` messages and + above. +* On direct actions, the default is ``INFO`` or above, as with the rest of + beets. The verbosity can be increased with ``--verbose`` flags: each flags lowers the level by a notch. @@ -500,4 +502,3 @@ command and an import stage, but the command needs to print more messages than the import stage. (For example, you'll want to log "found lyrics for this song" when you're run explicitly as a command, but you don't want to noisily interrupt the importer interface when running automatically.) -