refactored elektronLogging to logging

This commit is contained in:
Pradyumna Kaushik 2019-12-05 17:38:56 -05:00
parent bd8ddd1835
commit 3d201bf437
22 changed files with 32 additions and 32 deletions

View file

@ -25,8 +25,8 @@ import (
"time"
log "github.com/sirupsen/logrus"
elekLog "github.com/spdfg/elektron/elektronLogging"
elekLogTypes "github.com/spdfg/elektron/elektronLogging/types"
elekLog "github.com/spdfg/elektron/logging"
elekLogTypes "github.com/spdfg/elektron/logging/types"
)
func Start(quit chan struct{}, logging *bool, pcpConfigFile string) {