Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

ADd logging info to server startup #69

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

Debugging is a pain when you can't tell whether the server successfully started or not.

Can we get two lines of logging, one as early as possible in server.py (so we know its been started) and another as late as possible when its ready to start accepting requests ?

I took a look, but it was non-obvious to me where to put these.