increased default logging line count to max

pull/1/head
Michael Peter Christen 11 years ago
parent 6344718f8b
commit 01bbb20666

@ -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

Loading…
Cancel
Save