suddi / claudia-local-api

Command line utility to launch Express local API for claudia-api-builder. Test drive your lambda functions before deployment (https://www.npmjs.com/package/claudia-local-api)
https://www.npmjs.com/package/claudia-local-api
MIT License
15 stars 19 forks source link

Debug/console.log #32

Open manishie opened 4 years ago

manishie commented 4 years ago

This package is great! Thanks!

It would be great if console.log or debug could display with the other log messages...

suddi commented 4 years ago

Could you please add more context, as to under what circumstances it is not logging?

In theory, console.log within your application should work as expected, see my example below: image