GoogleCloudPlatform / functions-framework-go

FaaS (Function as a service) framework for writing portable Go functions
https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go
Apache License 2.0
459 stars 63 forks source link

Revert "fix: remove obsolete blank prints (GoogleCloudPlatform#144)" #157

Closed anniefu closed 2 years ago

anniefu commented 2 years ago

This reverts commit 5c7091f.

This logging is still important to ensure logs without newlines are flushed at the end of every request.