Skip to content

Commit

Permalink
Removed the authKey from the log message on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 3, 2017
1 parent 0705847 commit 988f719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/talaria/outbounder.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (o *Outbounder) clientTimeout() time.Duration {

// Start spawns all necessary goroutines and returns a device.Listener
func (o *Outbounder) Start() (device.Listener, error) {
logging.Info(o.logger()).Log(logging.MessageKey(), "Starting outbounder", "outbounder", o)
logging.Info(o.logger()).Log(logging.MessageKey(), "Starting outbounder")
dispatcher, outbounds, err := NewDispatcher(o, nil)
if err != nil {
return nil, err
Expand Down

0 comments on commit 988f719

Please sign in to comment.