Skip to content
Snippets Groups Projects
Commit 3031d0e1 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Feature: combine_output to control stdout/stderr


This enables an often-requested feature to separate stderr
from stdout within function responses. New flag combine_output is on
by default to match existing behaviour. When combine_output is set
to false it redirects stderr to the container logs rather than
combining it into the function response.

Tested with unit tests for default behaviour and new behaviour.

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent 85d14367
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment