sebastianhaas / medical-appointment-scheduling-server

NodeJS-driven backend for medical-appointment-scheduling
https://github.com/sebastianhaas/medical-appointment-scheduling
62 stars 35 forks source link

Unfortunately does not work #11

Closed razordesign closed 7 years ago

razordesign commented 7 years ago

It's no possible to install bunyan-syslog still, errors with it with node-gyp

sebastianhaas commented 7 years ago

Oh, sorry to hear that, but I have it running on Heroku here, plus CI seems to pass fine.

I do had problems with bunyan-syslog on Windows though, any chance you're running a Windows machine? In that case there is already an open issue pending at node-bunyan-syslog.

It should be easy to get rid of the syslog stuff though, you could try to remove it from the package.json dependencies and remove lines 5 and 13-22 in server.js. I would love to hear if it works for you that way, so please let me know.

sebastianhaas commented 7 years ago

I just removed the syslog logging stream, please let me know if this doesn't solve your problems.