Authored by 陈峰

Merge branch 'feature/logZip' into 'gray'

log zip

log zip

See merge request !358
... ... @@ -91,6 +91,7 @@ module.exports = {
maxFiles: 1,
tailable: true,
maxsize: Math.pow(1024, 3),
zippedArchive: true,
timestamp() {
return new Date().toString();
}
... ... @@ -102,6 +103,7 @@ module.exports = {
maxFiles: 1,
tailable: true,
maxsize: Math.pow(1024, 3),
zippedArchive: true,
handleExceptions: true,
timestamp() {
return new Date().toString();
... ...