mirror of
https://github.com/openziti/zrok.git
synced 2025-05-30 14:49:35 +02:00
logging lint
This commit is contained in:
parent
25116ec0cf
commit
390c50b48e
@ -71,7 +71,6 @@ func (s *amqpSource) Start(events chan ZitiEventMsg) (join chan struct{}, err er
|
|||||||
logrus.Info("started")
|
logrus.Info("started")
|
||||||
defer logrus.Info("stopped")
|
defer logrus.Info("stopped")
|
||||||
for event := range s.msgs {
|
for event := range s.msgs {
|
||||||
logrus.Info("Got event message")
|
|
||||||
events <- &ZitiEventAMQP{
|
events <- &ZitiEventAMQP{
|
||||||
data: ZitiEventJson(event.Body),
|
data: ZitiEventJson(event.Body),
|
||||||
msg: &event,
|
msg: &event,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user