It would be awesome to throw the global network object into a debug mode that would spill out detailed logs of all network requests ``` js Net.setup({ debug : true }); ```