Skip to content

Commit f55518d

Browse files
author
Uroš Marolt
committed
fixed log level in reddit integration service that produce too many logs
1 parent b4ca2d2 commit f55518d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/serverless/integrations/services/integrations/redditIntegrationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export class RedditIntegrationService extends IntegrationServiceBase {
316316
// If the kind is 'more', instead of a comment we have a list of comment IDs to expand. We need to create streams for those and return them.
317317
if (kind === 'more') {
318318
comment = comment as RedditMoreChildren
319-
logger.info(
319+
logger.debug(
320320
{ stream, childrenLength: comment.children.length },
321321
'Found more children to parse',
322322
)

0 commit comments

Comments
 (0)