Skip to content

Commit

Permalink
fix ral default conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hefangshi committed Oct 25, 2015
1 parent c268a75 commit 27883f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ral/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module.exports.ral = function(app, conf){

module.exports.ral.defaultConf = {
confDir: yog.ROOT_PATH + '/conf/ral',
logger: require('../log').defaultConf
};
logger: require('../log').log.defaultConf
};

0 comments on commit 27883f6

Please sign in to comment.