* Work on Renegade style pipe codes

* Change age -> birthday
* Minor tweaks and tests
This commit is contained in:
Bryan Ashby 2015-07-20 22:56:48 -06:00
parent 31ff67f32b
commit 81e684cdcc
11 changed files with 58 additions and 28 deletions

View file

@ -47,9 +47,9 @@ module.exports = {
{
type : 'rotating-file',
path : logFile,
period : '1d',
period : Config.logging.period || '1d',
count : 3,
level : 'trace'
level : Config.logging.level || 'debug',
}
/*,
{