summaryrefslogtreecommitdiffstats
path: root/plugin/hclog_adapter.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-031-5/+31
| | | | | | | | | | | | * Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-0/+73
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.