NTP-67949 | Mohit | bug fix for log dropping (#488)

This commit is contained in:
Mohit Kumar Gupta
2025-05-26 17:29:41 +05:30
committed by GitHub
parent b3a43b843a
commit 72ca020f27

View File

@@ -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)
}