Server.log() works after server.disconnect()

I found it interesting that server.log() works after server.disconnect. I know it is not smart to do that, but I didn’t even get a warning. Maybe you need to update the description at http://electricimp.com/docs/api/server/log/

Thanks - I’ve made a note to update our documentation for server.log (and other server methods that will automagically connect if disconnected)

Thanks!