1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

fix: display plugins loaded by default

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-13 20:46:31 +01:00
parent 39859c174a
commit 19f55589b3
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -85,7 +85,7 @@ function loadPlugin(config, plugin_configs, params, sanity_check) {
logger.logger.error({content: p}, '@{content} doesn\'t look like a valid plugin');
throw Error('"' + p + '" doesn\'t look like a valid plugin');
}
logger.logger.info({content: p}, 'Plugin successfully loaded: @{content}');
logger.logger.warn({content: p}, 'Plugin successfully loaded: @{content}');
return plugin;
});