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
Copy file name to clipboardExpand all lines: bin/util/common.sh
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,3 +144,52 @@ err_trap() {
144
144
)
145
145
EOF
146
146
}
147
+
148
+
# Logging
149
+
# -------
150
+
151
+
# These functions expect BPLOG_PREFIX and BUILDPACK_LOG_FILE to be defined (BUILDPACK_LOG_FILE can point to /dev/null if not provided by the buildpack).
0 commit comments