SlyMarbo / spdy

[deprecated] A full-featured SPDY library for the Go language.
BSD 2-Clause "Simplified" License
116 stars 13 forks source link

Debug logging in spdy2/3 cannot be turned on #72

Closed rnapier closed 10 years ago

rnapier commented 10 years ago

The subpackages initialize their debug logger to the common logger during initialization. If you later call common.SetDebugOutput(), that changes common.debug but doesn't update any of the other pointers. So you get no debug logging from the framer.