I have the below schema (apologies that it is in coffeescript)
Schema = mongoose.Schema AuthS = new Schema auth: {type: String, unique: true} nick
You might want to consider using console.log with the built-in "arguments" object:
console.log
console.log(arguments); // would have shown you [0] null, [1] yourResult
This will always output all of your arguments, no matter how many arguments you have.