mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
changed the log tag
This commit is contained in:
committed by
Dan Christian Bogos
parent
bccf6fc887
commit
99b74c22a9
@@ -245,7 +245,7 @@ func (self *KamailioSessionManager) Connect() error {
|
||||
errChan := make(chan error)
|
||||
for _, connCfg := range self.cfg.EvapiConns {
|
||||
connId := utils.GenUUID()
|
||||
logger := log.New(utils.Logger, "Kamevapi:", 2)
|
||||
logger := log.New(utils.Logger, "KamEvapi:", 2)
|
||||
if self.conns[connId], err = kamevapi.NewKamEvapi(connCfg.Address, connId, connCfg.Reconnects, eventHandlers, logger); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user