Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit bf3be422
authored
Dec 29, 2014
by
Mick Hansen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2732 from Domiii/patch-1
Prevent `log` options from being dumped to log
2 parents
7895f286
ebb66ad7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
lib/sequelize.js
lib/sequelize.js
View file @
bf3be42
...
...
@@ -1056,6 +1056,9 @@ module.exports = (function() {
if
(
last
&&
Utils
.
_
.
isPlainObject
(
last
)
&&
last
.
hasOwnProperty
(
'logging'
))
{
options
=
last
;
// remove options from set of logged arguments
args
.
splice
(
args
.
length
-
1
,
1
);
}
else
{
options
=
this
.
options
;
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment