mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 05:38:23 +08:00
fix: database logging
This commit is contained in:
parent
576ff8e52b
commit
0f3ca626ab
@ -17,5 +17,7 @@ export default {
|
||||
|
||||
function customLogger(queryString, queryObject) {
|
||||
console.log(queryString); // outputs a string
|
||||
console.log(queryObject.bind); // outputs an array
|
||||
if (queryObject.bind) {
|
||||
console.log(queryObject.bind); // outputs an array
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user