This commit is contained in:
Thibault bui Koechlin 2020-06-26 10:38:59 +02:00
parent d3900ad201
commit fdc18f1a71

View file

@ -99,7 +99,6 @@ func NewBackendPlugin(outputConfig map[string]string) (*BackendManager, error) {
// Add the interface and Init()
newPlugin.funcs = bInterface
// Merge backend config from main config file
// Merge backend config from main config file
if v, ok := outputConfig["debug"]; ok {
newPlugin.Config["debug"] = v
} else {