From 54c0947452516833f907fb78fce0532d39c84287 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 12 Feb 2024 15:11:22 -0600 Subject: rethink this --- output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.go b/output.go index 2c786da..c52dcfc 100644 --- a/output.go +++ b/output.go @@ -10,7 +10,7 @@ import ( ) // start writing all the logging to a tmp file -func SetTmp() { +func SetTmpOLD() { f, err := os.OpenFile("/tmp/guilogfile", os.O_RDWR | os.O_CREATE | os.O_APPEND, 0666) if err != nil { golanglog.Fatalf("error opening file: %v", err) -- cgit v1.2.3