log.info("Visual Regression Tracker is started for project <{}>: buildId: <{}>, projectId: <{}>, ciBuildId: <{}>",
projectName, projectId, buildId, buildResponse.getCiBuildId());
projectId and buildId should be made to be in the same order in the string and substitution parameters.
Reactions are currently unavailable
log.info("Visual Regression Tracker is started for project <{}>: buildId: <{}>, projectId: <{}>, ciBuildId: <{}>", projectName, projectId, buildId, buildResponse.getCiBuildId());projectId and buildId should be made to be in the same order in the string and substitution parameters.