Skip to content

Commit 1ba4edc

Browse files
easyCZroboquat
authored andcommitted
[prebuild] Log 'not using incremental prebuild' as debug
1 parent e3ed2c6 commit 1ba4edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/ee/src/workspace/workspace-factory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class WorkspaceFactoryEE extends WorkspaceFactory {
125125
recentPrebuild.workspace,
126126
))
127127
) {
128-
log.info({ userId: user.id }, "Not using incremental prebuild base", {
128+
log.debug({ userId: user.id }, "Not using incremental prebuild base", {
129129
candidatePrebuildId: recentPrebuild.prebuild.id,
130130
context: loggedContext,
131131
});

0 commit comments

Comments
 (0)