Skip to content

Commit

Permalink
multi: rename loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Mar 30, 2020
1 parent df836c2 commit 00a0527
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions faraday.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ func Main() error {
return err
}

log.Info("That's all for now. I will be back.")

return nil
}
2 changes: 1 addition & 1 deletion frdrpc/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// Subsystem defines the logging code for this subsystem.
const Subsystem = "TRPC"
const Subsystem = "FRPC"

// log is a logger that is initialized with no output filters. This
// means the package will not perform any logging by default until the
Expand Down
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Subsystem defines the logging code for this subsystem.
const Subsystem = "GVRN"
const Subsystem = "FRDY"

var (
logWriter = build.NewRotatingLogWriter()
Expand Down

0 comments on commit 00a0527

Please sign in to comment.