diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-12 21:11:48 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-12 21:20:04 -0400 |
commit | 979e1f93d563637bcca99bcc56a03199807b92d8 (patch) | |
tree | de41d25b8cc3ea5f2dbf56be3e593db8e68f37cf /svc/init_test.go | |
parent | 0544d1584899c5edc9ac161f90428b6c3febfc94 (diff) | |
download | getwtxt-979e1f93d563637bcca99bcc56a03199807b92d8.tar.gz |
separate request and message log
Diffstat (limited to 'svc/init_test.go')
-rw-r--r-- | svc/init_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svc/init_test.go b/svc/init_test.go index 0c417b4..bc77ddc 100644 --- a/svc/init_test.go +++ b/svc/init_test.go @@ -53,6 +53,7 @@ func logToNull() { log.Printf("%v\n", err) } log.SetOutput(hush) + reqLog = log.New(hush, "", log.LstdFlags) } func testConfig() { |