imrefazekas / connect-rest

Exceptionally featureful Restful web services middleware for connect node.js
MIT License
100 stars 29 forks source link

Two logger issues #5

Closed Steve-OH closed 11 years ago

Steve-OH commented 11 years ago

There are two logger issues:

1) The logger is not initialized to the DummyLogger if rester() is invoked with no arguments. Moving the initialization code outside of the IF block fixes the problem.

2) The DummyLogger calls console.debug(), which does not exist.

-Steve

imrefazekas commented 11 years ago

Thanks.