NTP-67949 | Mohit | bug fix for log dropping (#488)
This commit is contained in:
committed by
GitHub
parent
b3a43b843a
commit
72ca020f27
@@ -206,7 +206,7 @@ func (sh *slackHandler) HoustonConnect() {
|
||||
if requestErr != nil {
|
||||
logger.Error("error occurred while serializing the request object", zap.Any("error", requestErr))
|
||||
} else {
|
||||
logger.Info("request data", zap.String("request", string(serializedRequestJson)))
|
||||
logger.Info("request data", zap.Any("request", serializedRequestJson))
|
||||
}
|
||||
sh.viewSubmissionProcessor.ProcessCommand(callback, evt.Request)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user