Added better server log errors

This commit is contained in:
vjrj 2018-05-03 01:15:33 +02:00
parent 9f63552b81
commit a118b91b79
4 changed files with 26 additions and 0 deletions

View file

@ -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');