ref: 1b46d2cfeed781d5197ce56134c4a9107b45fcc9
parent: fff6617c698234c487d0bbea4ce155595b182f5b
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Jan 5 06:58:11 EST 2017
commands, vendor: Remove log level setting in Jekyll command And update the JWW lib.
--- a/commands/import_jekyll.go
+++ b/commands/import_jekyll.go
@@ -61,8 +61,6 @@
}
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`.")
--- 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=",