Skip to content

Commit

Permalink
fix LambdaRecordProvider logger
Browse files Browse the repository at this point in the history
  • Loading branch information
chngpe authored and henrymai committed Nov 17, 2022
1 parent aadfd0d commit c50f05b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
public class LambdaRecordProvider
{
private static final Logger log = LoggerFactory.getLogger(LambdaMetadataProvider.class);
private static final Logger log = LoggerFactory.getLogger(LambdaRecordProvider.class);

private static final long MAX_BLOCK_SIZE = 16000000;
private static final long MAX_INLINE_BLOCK_SIZE = 5242880;
Expand Down

0 comments on commit c50f05b

Please sign in to comment.