codegangsta / gin

Live reload utility for Go web servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging inside goroutines

mehmetkose opened this issue · comments

Hi, I'm running some goroutines and printing some lines but I don't see my lines on the terminal.
So how you guys logging with gin?

I am trying to figure this out too, it seems that gin doesn't pass through the logs

Actually it looks like it works if you use the log.Printf function