dsnopek / anki-sync-server

A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)
GNU Affero General Public License v3.0
747 stars 95 forks source link

Show errors when running "ankiserverctl.py start" (and re-add info to docs about using "paster") #13

Closed dsnopek closed 10 years ago

dsnopek commented 10 years ago

We've recently gotten a number of reports of people trying Anki Server but it not starting and them getting no feedback:

https://groups.google.com/forum/#!topic/anki-sync-server/OaOadyGmzAE

https://groups.google.com/forum/#!topic/anki-sync-server/IXGpxsdWfOs

It looks like ankiserverctl.py is routing all output to /dev/null. It should either (1) send something out to the console (maybe stderr?) or (2) log stdout/stderr somewhere. When running with supervisord, both stdout/stderr get logged by it which I find very useful, personally...

dsnopek commented 10 years ago

Merged pull request #14 - there is now a way to do this!