Golang Log Source Line
// to change the flags on the default logger
log.SetFlags(log.LstdFlags | log.Lshortfile)
Disturbed Deer
// to change the flags on the default logger
log.SetFlags(log.LstdFlags | log.Lshortfile)