Increase log dump to 500, dump everything in there (#2268)
This commit is contained in:
parent
fedb94dd70
commit
987c543727
2 changed files with 8 additions and 6 deletions
|
@ -4,7 +4,7 @@ let entries: ConsoleTransportEntry[] = []
|
|||
|
||||
export function add(entry: ConsoleTransportEntry) {
|
||||
entries.unshift(entry)
|
||||
entries = entries.slice(0, 50)
|
||||
entries = entries.slice(0, 500)
|
||||
}
|
||||
|
||||
export function getEntries() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue