From 01bbb2066684eb7060d61e27002864ef1757d7ca Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 6 Aug 2014 12:40:35 +0200 Subject: [PATCH] increased default logging line count to max --- htroot/ViewLog_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/ViewLog_p.java b/htroot/ViewLog_p.java index f6a75f527..6e3ef1bea 100644 --- a/htroot/ViewLog_p.java +++ b/htroot/ViewLog_p.java @@ -50,7 +50,7 @@ public class ViewLog_p { String[] log = new String[0]; boolean reversed = true; boolean json = false; - int maxlines = 200, lines = 200; + int maxlines = 1000, lines = 1000; /* Usually a regex like this would make no sense, ".*" would be * sufficient, but ".*.*" makes it a little bit more convenient * for the user to input regexes like ".*FOO.*" in the HTML