[DAEMON-223] Plugin: Noisy warnings in log due to invalid appcd plugins
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-01-21T20:27:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.1.0 |
Components | appcd-plugin |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-01-21T20:20:22.000+0000 |
Updated | 2018-03-13T06:14:48.000+0000 |
Description
The plugin system will check several directories to see if they are a appcd plugin, however if there are several non-appcd plugin modules, the log will be filled with a bunch of bogus warnings.
We need to filter out these warnings so that we only error if we find an appcd plugin with invalid appcd settings.
https://github.com/appcelerator/appc-daemon/pull/267