-
-
Notifications
You must be signed in to change notification settings - Fork 436
Closed
Labels
Milestone
Description
Describe the bug
This is partially a regression, but in discussions with @bmfmancini, we found that both the include/config.php and plugins/syslog/config.php are appearing in the resource cache. Upon an initial code inspection, the include/config.php should have been skipped and is not, but also, there is specific logic to INCLUDE any plugin config.php, which should not be correct, especially around syslog where we have a need to not replicate it.
Will have to perform a blame analysis to figure out why we specifically included plugin config.php, but the current thinking is that they should be excluded.
Expected behavior
Better Remote Data Collector Support
Reactions are currently unavailable