From 2e1f83d216cf19bd855f696ba43aa91960d8a409 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 1 Oct 2019 05:16:31 -0400 Subject: [PATCH] Updated for new Logs panel (#10511) In 0.99 Logs was split out from the Info tab, this makes things up to date --- source/_docs/tools/dev-tools.markdown | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index eac0e7c9720..810eafe6ef1 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -12,8 +12,9 @@ Screenshot of Home Assistant's Developer Tools. | Section |Description | | ------- |----- | -| Services | Calls services from integrations | | States | Sets the representation of an entity | +| Services | Calls services from integrations | +| Logs | Displays contents of Home Assistant log file | | Events | Fires events | | Templates | Renders templates | | Info | Details about Home Assistant | @@ -92,6 +93,12 @@ This section is only visible if the MQTT integration is configured. To configure Even though MQTT in general provides deeper functionality, the developer tools section of MQTT is limited to publishing messages to a given topic. It supports templates for the payload. To publish a message, simply specify the topic name and the payload and click “PUBLISH” button. + +## Logs + +This section displays `syslog` information, and the contents of `home-assistant.log` with an option to clear and refresh the logs. + + ## Info -The Information tab simply provides information about the current installed version, additional links and credits. The tab also contains a section that shows `syslog` information, and the contents of `home-assistant.log` with an option to clear and refresh the logs. +The Information tab simply provides information about the current installed version, [system health](/components/system_health/) (if enabled), additional links and credits.