From: Bjørn Erik Pedersen Date: Thu, 5 Jan 2017 10:58:11 +0000 (+0100) Subject: commands, vendor: Remove log level setting in Jekyll command X-Git-Tag: v0.19~126 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b46d2cfeed781d5197ce56134c4a9107b45fcc9;p=brevno-suite%2Fhugo commands, vendor: Remove log level setting in Jekyll command And update the JWW lib. --- diff --git a/commands/import_jekyll.go b/commands/import_jekyll.go index 61b4660e..87bd285f 100644 --- a/commands/import_jekyll.go +++ b/commands/import_jekyll.go @@ -61,8 +61,6 @@ func init() { } func importFromJekyll(cmd *cobra.Command, args []string) error { - jww.SetLogThreshold(jww.LevelTrace) - jww.SetStdoutThreshold(jww.LevelWarn) if len(args) < 2 { return newUserError(`Import from Jekyll requires two paths, e.g. ` + "`hugo import jekyll jekyll_root_path target_path`.") diff --git a/vendor/vendor.json b/vendor/vendor.json index 5c92be10..c5e198a3 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -281,10 +281,10 @@ "revisionTime": "2016-11-30T04:45:28Z" }, { - "checksumSHA1": "OG3bvx0SwImmrlR2FvcbaxhGmT4=", + "checksumSHA1": "HWDERqbEvvfLwzP7Dvh2fvu+sng=", "path": "github.com/spf13/jwalterweatherman", - "revision": "ef70f054fd0b4438ec4be55f2680b2a0f705675b", - "revisionTime": "2017-01-04T13:46:29Z" + "revision": "bccdd23ae5e51bd2b081814db093646c7af3d34d", + "revisionTime": "2017-01-05T10:55:09Z" }, { "checksumSHA1": "zLJY+lsX1e5OO6gRxQd5RfKgdQY=",