1
0
mirror of https://github.com/rancher/os.git synced 2025-09-26 13:13:02 +00:00

Merge pull request #1632 from juliengk/docker_env_log

Replace Sirupsen/logrus package with rancher/os/log
This commit is contained in:
Sven Dowideit
2017-02-18 03:23:43 +10:00
committed by GitHub

View File

@@ -7,8 +7,7 @@ import (
composeConfig "github.com/docker/libcompose/config"
"github.com/rancher/os/config"
log "github.com/Sirupsen/logrus"
"github.com/rancher/os/log"
)
type ConfigEnvironment struct {