jkanschik / node-eip

Implementation of the Enterprise Integration Patterns (EIP) for node.js
5 stars 1 forks source link

Change loggin to support objects/json #5

Open jkanschik opened 12 years ago

jkanschik commented 12 years ago

If body is a complex object, .log("${body}") will output "[object Object]" and not properly formatted json.