Skip to content

Commit

Permalink
Debug log the key, node values
Browse files Browse the repository at this point in the history
  • Loading branch information
jbriggs-zvelo committed Apr 7, 2015
1 parent 3f71a68 commit 0934e77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envetcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package envetcd
import (
"bytes"
"errors"
"log"
"net/url"
"os"
"regexp"
Expand Down Expand Up @@ -221,5 +222,6 @@ func addKeyPair(config *Config, keyPairs KeyPairs, dir string, node *etcd.Node)
key = strings.ToUpper(key)
}

log.Printf("[DEBUG] Adding keyPairs[%v] = %v", key, node.Value)
keyPairs[key] = node.Value
}

0 comments on commit 0934e77

Please sign in to comment.