Skip to content

Commit fd029bb

Browse files
committed
reduce logs
1 parent 54911e3 commit fd029bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/data-ingestion-service/src/main/java/com/akto/action/IngestionAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class IngestionAction extends ActionSupport {
2020
List<IngestDataBatch> batchData;
2121
private static final LoggerMaker loggerMaker = new LoggerMaker(IngestionAction.class, LoggerMaker.LogDb.DATA_INGESTION);
2222

23-
private static int MAX_INFO_PRINT = 500000;
23+
private static int MAX_INFO_PRINT = 100;
2424
private boolean success;
2525

2626
private static final int ACCOUNT_ID_TO_ADD_DEFAULT_DATA = getAccountId();

0 commit comments

Comments
 (0)