Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-08-22 15:18:38 +0800
Commit
120721e9dc0cbb8d689e886ef2a929e8005d8558
2 parents
4960c345
e856f862
Merge branch 'feature/logZip' into 'gray'
log zip log zip See merge request
!358
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
config/common.js
config/common.js
View file @
120721e
...
...
@@ -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
();
...
...
Please
register
or
login
to post a comment