hugo/tpl/data
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
..
cache.go tpl: Use hash for cache key 2017-07-21 13:10:11 +02:00
cache_test.go tpl/data: Clean up data namespace 2017-05-02 09:18:41 +02:00
data.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
data_test.go hugolib: Continue the file context/line number errors work 2018-10-22 20:46:14 +02:00
init.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
init_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
resources.go Run gofmt to get imports in line vs gohugoio/hugo 2017-06-13 19:12:10 +02:00
resources_test.go tpl/data: Revise error handling in getJSON and getCSV 2018-09-11 16:46:25 +02:00