update sysinfo to logrus

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-10-27 17:45:38 +00:00
parent 77437c3984
commit 61b6781d59
4 changed files with 7 additions and 4 deletions

View file

@ -4,8 +4,9 @@ import (
"encoding/json"
"fmt"
"io"
"log"
"time"
log "github.com/Sirupsen/logrus"
)
type JSONLog struct {