mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-04 01:49:31 +01:00
Increase verbose stacktrace truncation length for web outputs
This commit is contained in:
parent
5e0b8ebdf6
commit
be92a67544
@ -63,7 +63,7 @@ public class VerboseListener {
|
||||
// how many lines should we include in each stack trace send as a chat message
|
||||
private static final int STACK_TRUNCATION_CHAT = 15;
|
||||
// how many lines should we include in each stack trace in the web output
|
||||
private static final int STACK_TRUNCATION_WEB = 30;
|
||||
private static final int STACK_TRUNCATION_WEB = 40;
|
||||
|
||||
private static final StackTracePrinter FILTERING_PRINTER = StackTracePrinter.builder()
|
||||
.ignoreClassStartingWith("me.lucko.luckperms.")
|
||||
|
Loading…
Reference in New Issue
Block a user