Skip to content

Commit

Permalink
Logging environment variable set
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgomide committed Oct 2, 2018
1 parent 4aef7a6 commit c7924b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/web/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"fmt"
"io"
"log"
"net/http"
Expand Down Expand Up @@ -37,6 +38,7 @@ func main() {
if err != nil {
log.Fatal(err.Error())
}
fmt.Printf("Environment Variable Set:\n%+v", spec)

key := []byte(spec.EncryptionKey)
if len(key) != 32 {
Expand Down

0 comments on commit c7924b9

Please sign in to comment.