feat(integrations): log new events
This commit is contained in:
parent
193668e87a
commit
1c4505a62e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ func main() {
|
|||
log.Printf("Requesting all...\n")
|
||||
manager.RequestAll()
|
||||
case event := <-manager.Events:
|
||||
// log.Printf("New integration event: %v\n", *event.RawErrorEvent)
|
||||
log.Printf("New integration event: %v\n", *event.RawErrorEvent)
|
||||
sessionID := event.SessionID
|
||||
if sessionID == 0 {
|
||||
sessData, err := tokenizer.Parse(event.Token)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue