Files
kami-parse-server/spec
Arthur Cinader f864141663 Log Parse Errors so they are intelligible. (#3431)
The problem this pr is trying to solve:

When an error occurs on the server, a message should
be returned to the client, and a message should be logged.

Currently, on the server, the log is just [object, object]

This pr will stop calling the default express error handler
which causes two problems: 1. it writes to console instead of log file
2. the output is completely useless! :)

Instead, we'll log the error ourselves using the ParseServer's logger.

fixes: #661
2017-01-30 12:32:54 -05:00
..
2016-05-19 13:38:16 -07:00
2016-04-04 20:02:34 -04:00
2016-12-06 14:09:43 -08:00
2016-12-02 19:11:54 -05:00
2016-02-29 18:55:14 -05:00
2016-02-17 08:06:30 -05:00
2016-03-18 12:32:31 -07:00
2017-01-13 19:34:04 -05:00
2016-08-07 20:02:53 -07:00