Added better server log errors
This commit is contained in:
parent
9f63552b81
commit
a118b91b79
4 changed files with 26 additions and 0 deletions
|
|
@ -20,3 +20,6 @@ SegfaultHandler.registerHandler(`/var/tmp/tcef-stacktrace-${dateFileFormat}.log`
|
|||
|
||||
// Only uncomment for segv tests
|
||||
// SegfaultHandler.causeSegfault();
|
||||
|
||||
// Or this for normal error (should go to raven in configured)
|
||||
// throw new Error('This is just a test of error in server');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue