a big bundle of conversions and other changes.
This commit is contained in:
4
log.go
4
log.go
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
var (
|
||||
// call SetOutput on InfoLogger to enable info logging
|
||||
InfoLogger = log.New(os.Stderr, "[go-nostr][info] ", log.LstdFlags)
|
||||
InfoLogger = log.New(os.Stderr, "[nl][info] ", log.LstdFlags)
|
||||
|
||||
// call SetOutput on DebugLogger to enable debug logging
|
||||
DebugLogger = log.New(os.Stderr, "[go-nostr][debug] ", log.LstdFlags)
|
||||
DebugLogger = log.New(os.Stderr, "[nl][debug] ", log.LstdFlags)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user