You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| grep -E $(printf -- "%s|""${LOG_KEYWORDS[@]}"| sed 's/|$//')|| true)
94
+
| grep -E "${LOG_PATTERN}"|| true)
93
95
94
96
if [ -n"${HAS_LOG_MODIFY}" ] && [ -n"${PR_ID}" ];then
97
+
echo"Detected log modification in diff:"
98
+
echo"${HAS_LOG_MODIFY}"
95
99
echo_line1="You must have one FastDeploy RD (xyxinyang(zhouchong), zyyzghb(zhangyongyue)) approval for modifying logging behavior (.info/.debug/.error/log_request)."
0 commit comments