Skip to content
Snippets Groups Projects
Commit e181eb34 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

exclude

parent 4c35ac9d
No related branches found
Tags 0.10.2
No related merge requests found
......@@ -23,6 +23,8 @@ public class RequestLog extends Log {
private int statusCode;
private String method;
private String path;
@ToString.Exclude
private List<String> ips;
@ToString.Exclude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment