Remove Timestamp Prefix from Go Logger

I am utilizing Go Logger and a third party library called lumberjack for file rotation: https://golang.org/pkg/log/ https://github.com/natefinch/lumberjack Code Setting up the logger: log.SetOu...