NTP-13111 | log (#484)
* NTP-13111 | logs added * NTP-13111 | app_name changed to tracker_app_name * NTP-13111 | log added for user event change monitoring * NTP-13111 | log added for user event change monitoring * NTP-13111 | logs added
This commit is contained in:
@@ -2,6 +2,7 @@ package handler
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"houston/appcontext"
|
||||
"houston/common/metrics"
|
||||
"houston/common/util"
|
||||
@@ -158,6 +159,7 @@ func (sh *slackHandler) HoustonConnect() {
|
||||
|
||||
switch innerEvent.Type {
|
||||
case util.UserChangeEvent:
|
||||
logger.Info(fmt.Sprintf("received user change event: %v", evt.Data))
|
||||
sh.userChangeEventProcessor.ProcessCommand(ev, evt.Request)
|
||||
case util.ChannelUnarchiveEvent:
|
||||
sh.channelUnarchivalEventProcessor.ProcessCommand(
|
||||
|
||||
Reference in New Issue
Block a user