StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Better logs #16

Closed rynorris closed 9 years ago

rynorris commented 9 years ago

Adds timestamps, file names, line numbers and function names to log output. Fixes issues #14 (mostly) and #15.

StefanKopieczek commented 9 years ago

Looks good, but:

Also, I'm not sure if Gossip Jenkins is still up. I need to go take a look so we can be sure this will be merged to master correctly. Once you've made the 4-digit change I'll merge and then go figure out if G-J needs a kick.

rynorris commented 9 years ago

I think failing to get the stack is unlikely enough (basically implies an error on the fault of the runtime) that we don't need to worry about it.

Line numbers changed to 4 digits.