Miserlou/Zappa

request to change prints to logging or remove them

Opened this issue · 0 comments

Hi, I admire the zappa project and use it as my serverless platfrom. one thing that bugs me is the "Instancing.." print

zappa/handler.py
...
55 | print("Instancing..")
...

zappa/handler.py:
...
378 | print("Result of %s:" % whole_function)
379 | print(result)
...

I will appreciate removing or changing that line to debug log. tnx.