From 1b3b6a1cae08d6fa3c947543817d27279916e1d6 Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Wed, 16 May 2018 09:15:45 -0600 Subject: [PATCH] Stdout and stderr can be displayed in debug mode (#5376) --- source/_components/shell_command.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index 8c03c7c7af2..07a10b1261b 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -33,6 +33,8 @@ The commands can be dynamic, using templates to insert values for arguments. Whe Any service data passed into the service call to activate the shell command will be available as a variable within the template. +`stdout` and `stderr` output from the command are both captured and will be logged by setting the [log level](/components/logger/) to debug. + ```yaml # Apply value of a GUI slider to the shell_command