不要怂,就是干,撸起袖子干!

Commit 0a1f08da by Sascha Depold

Enable logging by default

1 parent f225f204
Showing with 1 additions and 1 deletions
...@@ -84,7 +84,7 @@ module.exports = (function() { ...@@ -84,7 +84,7 @@ module.exports = (function() {
define: {}, define: {},
query: {}, query: {},
sync: {}, sync: {},
logging: false, logging: console.log,
omitNull: false, omitNull: false,
queue: true, queue: true,
native: false, native: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!