bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
144 stars 53 forks source link

change log level to debug as per #33 #36

Closed DaveParr closed 5 years ago

DaveParr commented 5 years ago

https://github.com/bakdata/aws-lambda-r-runtime/issues/33#issuecomment-500827969

philipp94831 commented 5 years ago

Hi @DaveParr, I think we should use logdebug for any log statement in the runtime. Also it would be nice if we had a example of configuring the loglevel from the script itself as you said. Also, travis build is failing because the AWS secrets are not available to PRs from different remotes, I will have a look on fixing that. Thanks for the contribution :)

philipp94831 commented 5 years ago

Closed by #40