Logging and Method Function bugfix
- Threadneedle can now perform request flow logging normally done when
NODE_ENV=development
is set, by now using a dedicated environment flagTHREADNEEDLE_ENABLE_LOGS=true
- Function Methods had a bug where if they were non-async and threw an error, the error was not caught and formatted in the expected format by Threadneedle. This is now fixed.