Skip to content

Commit 47f5b20

Browse files
author
palPalani
committed
Disable debug log
1 parent 63dda73 commit 47f5b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqsQueueReaderServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function boot(): void
7171

7272
throw new \RuntimeException("Cannot delete some messages, consult log for more info!");
7373
}
74-
Log::info('Message remove report:', [$result]);
74+
//Log::info('Message remove report:', [$result]);
7575
} catch (AwsException $e) {
7676
Log::error('AWS SQS client error:', [$e->getMessage()]);
7777
}

0 commit comments

Comments
 (0)