* Work on Renegade style pipe codes
* Change age -> birthday * Minor tweaks and tests
This commit is contained in:
@@ -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',
|
||||
}
|
||||
/*,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user