From 9228e94903a1e40ff954df17ec902ba54be620cd Mon Sep 17 00:00:00 2001 From: Bartek Celary Date: Sat, 17 Sep 2016 22:37:29 +0200 Subject: [PATCH 1/2] Update troubleshooting-configuration.markdown Added link to the logger component with a short description. --- source/getting-started/troubleshooting-configuration.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/getting-started/troubleshooting-configuration.markdown b/source/getting-started/troubleshooting-configuration.markdown index 95d67816c6fc..7b179e57647a 100644 --- a/source/getting-started/troubleshooting-configuration.markdown +++ b/source/getting-started/troubleshooting-configuration.markdown @@ -41,6 +41,8 @@ sensor: Another common problem is that a required configuration setting is missing. If this is the case, the component will report this to `home-assistant.log`. You can have a look at [the various component pages](/components/) for instructions on how to setup the components. +It may also be required to turn on debugging for a certain component. See [logger page](/components/logger/) for instructions on how to enable specific logging levels. + If you find any errors or want to expand the documentation, please [let us know](https://github.com/home-assistant/home-assistant.io/issues). #### {% linkable_title Problems with dependencies %} From a29a8150dbd55a79dd4938a9e73743531de1bdc6 Mon Sep 17 00:00:00 2001 From: Bartek Celary Date: Tue, 27 Sep 2016 17:11:00 +0200 Subject: [PATCH 2/2] Update troubleshooting-configuration.markdown Added reference and link to logger component. --- source/getting-started/troubleshooting-configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/troubleshooting-configuration.markdown b/source/getting-started/troubleshooting-configuration.markdown index 7b179e57647a..6902901cd60a 100644 --- a/source/getting-started/troubleshooting-configuration.markdown +++ b/source/getting-started/troubleshooting-configuration.markdown @@ -41,7 +41,7 @@ sensor: Another common problem is that a required configuration setting is missing. If this is the case, the component will report this to `home-assistant.log`. You can have a look at [the various component pages](/components/) for instructions on how to setup the components. -It may also be required to turn on debugging for a certain component. See [logger page](/components/logger/) for instructions on how to enable specific logging levels. +See the [logger](/components/logger/) component for instructions on how to define the level of logging you require for specific modules. If you find any errors or want to expand the documentation, please [let us know](https://github.com/home-assistant/home-assistant.io/issues).