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
Email Patches
Plain Diff
Browse Files
Authored by
周奇琪
2016-07-30 14:12:10 +0800
Commit
b5468b556174c14914f15f6b0f6c475f4e051c9a
1 parent
56e36fb9
错误日志只保存7天
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
config/common.js
config/common.js
View file @
b5468b5
...
...
@@ -49,7 +49,8 @@ module.exports = {
name
:
'error'
,
level
:
'error'
,
filename
:
'logs/error.log'
,
handleExceptions
:
true
handleExceptions
:
true
,
maxFiles
:
7
},
udp
:
{
// send by udp
level
:
'debug'
,
// logger level
...
...
Please
register
or
login
to post a comment