You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To match the classic watchdog 1-for-1 the serializing mode should capture stderr (optionally)
When combine_output is set to false stderr goes to the container logs, when true it comes back in the function response.
Example for testing: port=8081 mode=serializing fprocess="stat x" ./of-watchdog
When calling localhost:8081 you should see the output of stderr either in the container logs or in the response - currently we see it in neither place.
The text was updated successfully, but these errors were encountered:
alexellis
changed the title
serializing mode should
Serializing mode should capture stderr (optionally)
Apr 2, 2018
To match the classic watchdog 1-for-1 the serializing mode should capture stderr (optionally)
When
combine_output
is set to false stderr goes to the container logs, when true it comes back in the function response.Example for testing:
port=8081 mode=serializing fprocess="stat x" ./of-watchdog
When calling localhost:8081 you should see the output of stderr either in the container logs or in the response - currently we see it in neither place.
The text was updated successfully, but these errors were encountered: