Flask + WSGI -> Cloudwatch logs are not having any of my print statements

I just got started with the serverless framework. Loving it so far

One problem is none of logs or print statements are available in cloudwatch

I am using Flask +WSGI for my application. Not able to figure out how to get my logs working on cloudwatch

this is all I see in my logs:

START RequestId: 380e2f98-f095-4abf-bf0b-1c2a1b01cf13 Version: $LATEST
END RequestId: 380e2f98-f095-4abf-bf0b-1c2a1b01cf13
REPORT RequestId: 380e2f98-f095-4abf-bf0b-1c2a1b01cf13	Duration: 1039.16 ms	Billed Duration: 1100 ms	Memory Size: 1024 MB	Max Memory Used: 69 MB

Please help