The local webserver renders the page correctly at http://localhost:8080/

I"m using the code from 
https://github.com/GoogleCloudPlatform/golang-samples/tree/master/appengine/helloworld

I put a print statement at line 20 of hello.go :   

    fmt.Print("$$$$$$$$$$$$$$$$ hello.handle() called")
    
I'm starting the local server with:   

    $ dev_appserver.py app.yaml
    
Shouldn't the print statement be showing up in the osX Terminal window 
server logs?

I could have sworn I was not having this issue a few weeks ago. How do I 
check that the wrapper is capable of processing STDOUT?

How do I fix it?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to