Skip to content

Commit 44cefd5

Browse files
committed
release: decrease log level for preflight check
Previously, the preflight check was logging at the trace level, which created a huge log file, what caused the API server to reject submissions due to the log file size. At the same time, the catalog still showed the image as published, which was misleading. This commit reduce the log level to error. Release note: none Epic: none
1 parent 477c799 commit 44cefd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/internal/cockroach/release/publish/publish-redhat-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mkdir -p artifacts
7777
docker run \
7878
--rm \
7979
--security-opt=label=disable \
80-
--env PFLT_LOGLEVEL=trace \
80+
--env PFLT_LOGLEVEL=error \
8181
--env PFLT_ARTIFACTS=/artifacts \
8282
--env PFLT_LOGFILE=/artifacts/preflight.log \
8383
--env PFLT_CERTIFICATION_PROJECT_ID="$rhel_project_id" \

0 commit comments

Comments
 (0)