This commit is contained in:
@ -23,7 +23,7 @@ func InitDispatcher() {
|
|||||||
go archiver()
|
go archiver()
|
||||||
|
|
||||||
for _, mapping := range config.Config.TopicMappings {
|
for _, mapping := range config.Config.TopicMappings {
|
||||||
log.Printf("Trying to initialize %s", mapping)
|
// log.Printf("Trying to initialize %s", mapping)
|
||||||
|
|
||||||
var factory interface{}
|
var factory interface{}
|
||||||
switch mapping.Handler {
|
switch mapping.Handler {
|
||||||
|
Reference in New Issue
Block a user