hugo/tpl
Bjørn Erik Pedersen 4b7d3e57a4 Make WARN the new default log log level
This commit also pulls down the log level for a set of WARN statements to INFO. There should be no ERRORs or WARNINGs in a regular Hugo build. That is the story about the Boy Who Cried Wolf.

Since the WARN log is now more visible, this commit also improves on some of them, most notable the "layout not found", which now would look something like this:

```bash
WARN 2018/11/02 09:02:18 Found no layout for "home", language "en", output format "CSS": create a template below /layouts with one of these filenames: index.en.css.css, home.en.css.css, list.en.css.css, index.css.css, home.css.css, list.css.css, index.en.css, home.en.css, list.en.css, index.css, home.css, list.css, _default/index.en.css.css, _default/home.en.css.css, _default/list.en.css.css, _default/index.css.css, _default/home.css.css, _default/list.css.css, _default/index.en.css, _default/home.en.css, _default/list.en.css, _default/index.css, _default/home.css, _default/list.css
```

Fixes #5203
2018-11-03 12:06:23 +01:00
..
cast tpl: Fix the docshelper 2018-11-02 13:36:09 +01:00
collections Run gofmt -s 2018-10-24 00:12:32 +02:00
compare Properly handle -DEV suffix when comparing Hugo versions 2018-02-22 17:16:42 +01:00
crypto all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
data Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
encoding Revert "tpl: Update Jsonify to return pretty-print output" 2018-11-02 19:03:48 +01:00
fmt commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
images tpl/images: Close image file 2017-11-25 18:38:33 +01:00
inflect vendor: Fix Humanize for multi-byte runes 2017-11-28 21:16:01 +01:00
internal tpl: Fix golint godoc issues 2018-09-07 08:25:51 +02:00
lang tpl: Add a delimiter parameter to lang.NumFmt 2018-10-02 17:41:48 +03:00
math Add a newScratch template func 2018-07-06 17:51:38 +02:00
os Remove alias of os.Stat 2018-08-06 09:54:26 +02:00
partials commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
path tpl/collections: Add collections.Append 2018-09-14 10:12:08 +02:00
resources tpl: Fix the docshelper 2018-11-02 13:36:09 +01:00
safe Run gofmt to get imports in line vs gohugoio/hugo 2017-06-13 19:12:10 +02:00
strings commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
templates tpl/partials: Add templates.Exists 2018-07-31 13:28:15 +02:00
time tpl/time: Add time.Duration and time.ParseDuration template funcs 2017-09-09 09:43:00 +02:00
tplimpl Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
transform Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00
urls Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
template.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
template_test.go commands: Show server error info in browser 2018-10-16 22:10:56 +02:00