Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
100% logging
Browse files Browse the repository at this point in the history
  • Loading branch information
taivop committed Dec 18, 2016
1 parent 385b309 commit a461605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/asl/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Request {
private static final Logger log = LogManager.getLogger(Request.class);
private static final Logger csvLog = LogManager.getLogger("request_csv");

public static final int LOG_SAMPLING_FREQUENCY = 10;
public static final int LOG_SAMPLING_FREQUENCY = 1;

private RequestType type;
private ByteBuffer buffer;
Expand Down

0 comments on commit a461605

Please sign in to comment.