Skip to content

Commit

Permalink
Move configure logging to normal assignment for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Jan 25, 2013
1 parent 8f308ba commit 09f06e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/core/Logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ var app, rootpath = process.cwd(),
/**
* Core export
*/
exports = module.exports = {
configureLogging:configureLogging
};
exports = module.exports.configureLogging = configureLogging;

/**
* Configure winston to provide the logging services.
Expand Down

0 comments on commit 09f06e7

Please sign in to comment.