1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Add missing template error logging

This commit is contained in:
Bjørn Erik Pedersen
2016-10-25 22:56:44 +02:00
parent 89e3125664
commit 0406be3d54
3 changed files with 3 additions and 8 deletions

View File

@@ -33,11 +33,6 @@ import (
"github.com/stretchr/testify/require"
)
func init() {
//There are expected ERROR logging in tests that produces a lot of noise.
jww.SetStdoutThreshold(jww.LevelCritical)
}
const (
pageSimpleTitle = `---
title: simple template