rename _logbase/ to _logstore/

This commit is contained in:
陆柯 2022-01-13 17:04:06 +08:00
parent 43942336fc
commit 81a68903bb

View File

@ -31,7 +31,7 @@ var logger = function (option) {
{ {
level: 'info', level: 'info',
type: 'rotating-file', type: 'rotating-file',
path: path.join(option.root || '_logbase/', '/', option.file || 'info.log'), path: path.join(option.root || '_logstore/', '/', option.file || 'info.log'),
period: '1d', // daily rotation period: '1d', // daily rotation
count: 30, // keep 30 days count: 30, // keep 30 days
}, },