Skip to content

Instantly share code, notes, and snippets.

@chatterjeesunit
Created May 23, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chatterjeesunit/dcdc6a3b4c171d0d1f3fdb66fee75476 to your computer and use it in GitHub Desktop.
Save chatterjeesunit/dcdc6a3b4c171d0d1f3fdb66fee75476 to your computer and use it in GitHub Desktop.
func SetupLogger() {
logFileLocation, _ := os.OpenFile("/Users/in-sunit.chatterjee/test.log", os.O_CREATE|os.O_APPEND|os.O_RDWR, 0744)
log.SetOutput(logFileLocation)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment