mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
commands, vendor: Remove log level setting in Jekyll command
And update the JWW lib.
This commit is contained in:
parent
fff6617c69
commit
1b46d2cfee
2 changed files with 3 additions and 5 deletions
|
@ -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`.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue