mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Work on Renegade style pipe codes
* Change age -> birthday * Minor tweaks and tests
This commit is contained in:
parent
31ff67f32b
commit
81e684cdcc
11 changed files with 58 additions and 28 deletions
|
@ -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',
|
||||
}
|
||||
/*,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue