hugo/hugolib
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
..
filesystems Fix archetype handling of directories in theme 2018-10-26 12:16:28 +02:00
pagemeta Run gofmt -s 2018-10-24 00:12:32 +02:00
paths
testdata
testsite
404_test.go
alias.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
alias_test.go
author.go
case_insensitive_test.go
collections.go
collections_test.go
config.go hugolib: Remove deprecated useModTimeAsFallback 2018-11-01 21:14:30 +01:00
config_test.go
datafiles_test.go
disableKinds_test.go
embedded_shortcodes_test.go
embedded_templates_test.go
fileInfo.go
gitinfo.go
hugo_info.go
hugo_info_test.go
hugo_sites.go herrors: Improve handling of JSON errors 2018-10-23 14:35:43 +02:00
hugo_sites_build.go hugolib: Continue the file context/line number errors work 2018-10-22 20:46:14 +02:00
hugo_sites_build_errors_test.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
hugo_sites_build_test.go Resolve error handling/parser related TODOs 2018-10-23 19:41:22 +02:00
hugo_sites_multihost_test.go
hugo_themes_test.go
language_content_dir_test.go
media.go
menu.go
menu_test.go
minify_publisher_test.go
multilingual.go
orderedMap.go
orderedMap_test.go
page.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
page_content.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
page_errors.go hugolib: Continue the file context/line number errors work 2018-10-22 20:46:14 +02:00
page_output.go
page_paths.go
page_paths_test.go
page_permalink_test.go
page_ref.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
page_resource.go
page_taxonomy_test.go
page_test.go hugolib: Fix broken manual summary handling 2018-10-31 23:14:37 +01:00
page_time_integration_test.go
page_without_content.go
pagebundler.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pagebundler_capture.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
pagebundler_capture_test.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pagebundler_handlers.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pagebundler_test.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pageCache.go
pageCache_test.go
pagecollections.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pagecollections_test.go hugolib: Rename some page_* files 2018-10-23 22:21:21 +02:00
pageGroup.go
pageGroup_test.go
pages_language_merge.go
pages_language_merge_test.go
pages_related.go
pages_related_test.go
pageSort.go hugolib: Bump to ERROR for the deprecated Pages.Sort 2018-11-01 21:11:45 +01:00
pageSort_test.go
pagesPrevNext.go
pagesPrevNext_test.go
pagination.go
pagination_test.go
path_separators_test.go
permalinker.go
permalinks.go
permalinks_test.go
prune_resources.go
resource_chain_test.go resource: Allow .Data.Integrity to be accessed on its own 2018-10-27 11:34:15 +02:00
robotstxt_test.go
rss_test.go
shortcode.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
shortcode_test.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
site.go Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
site_benchmark_test.go
site_output.go Run gofmt -s 2018-10-24 00:12:32 +02:00
site_output_test.go
site_render.go Resolve error handling/parser related TODOs 2018-10-23 19:41:22 +02:00
site_sections.go
site_sections_test.go
site_stats_test.go
site_test.go Resolve error handling/parser related TODOs 2018-10-23 19:41:22 +02:00
site_url_test.go
siteJSONEncode_test.go
sitemap.go
sitemap_test.go
taxonomy.go
taxonomy_test.go
template_engines_test.go
template_test.go tpl: Fix BOM issue in templates 2018-10-30 18:12:14 +01:00
testhelpers_test.go hugolib: Fix broken manual summary handling 2018-10-31 23:14:37 +01:00
translations.go