Skip to content

Commit

Permalink
Merge pull request #2 from fex-team/fix-ral-default-conf
Browse files Browse the repository at this point in the history
fix ral default conf
  • Loading branch information
hefangshi committed Oct 26, 2015
2 parents c268a75 + 27883f6 commit 1e7de0b
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 1e7de0b

Please sign in to comment.