Turn on logging by default.

This commit is contained in:
Renan DelValle 2018-04-16 17:54:41 -07:00
parent 49e3194ba0
commit d64a91784a
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 4 additions and 8 deletions

View file

@ -18,7 +18,6 @@ import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"time"
@ -90,7 +89,6 @@ func main() {
Factor: 2.0,
Jitter: 0.1,
}),
realis.SetLogger(log.New(os.Stdout, "realis-debug: ", log.Ldate)),
realis.Debug(),
}