Skip to content

Commit c39cb3f

Browse files
committed
debug log
1 parent 346ff1c commit c39cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-services/src/services/transformation.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class TransformationService implements IBaseService {
5555
config: transform.config,
5656
};
5757

58-
this.logger.info(
58+
this.logger.debug(
5959
`Applying transform #${i + 1} (${transform.plugin}), args: ${JSON.stringify(args)}`,
6060
);
6161
const transformResult = await plugin.transform(args);

0 commit comments

Comments
 (0)