Skip to content

Commit

Permalink
commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeykumar committed May 13, 2020
1 parent 3804c24 commit 8994d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
holderLock = sync.Mutex{}
)

const LOG_PATH = "/gottyTraces"
const LOG_PATH = "/tmp"

func InitLogging(name string) {
err := os.MkdirAll(LOG_PATH, 0755)
Expand Down

0 comments on commit 8994d16

Please sign in to comment.