Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
7 years ago
Commit
1b706fb32d7c5bfce91517f82f03679d34c6a2e9
1 parent
046f8f3d
logfile folder 参数修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
config/common.js
config/common.js
View file @
1b706fb
...
...
@@ -87,7 +87,7 @@ module.exports = {
filename
:
'/Data/logs/yohoblk-wap/info/info.log'
,
maxFiles
:
1
,
tailable
:
true
,
max
S
ize
:
Math
.
pow
(
1024
,
3
),
max
s
ize
:
Math
.
pow
(
1024
,
3
),
},
errorFile
:
{
name
:
'error'
,
...
...
@@ -96,7 +96,7 @@ module.exports = {
handleExceptions
:
true
,
maxFiles
:
1
,
tailable
:
true
,
max
S
ize
:
Math
.
pow
(
1024
,
3
),
max
s
ize
:
Math
.
pow
(
1024
,
3
),
},
console
:
{
level
:
'debug'
,
...
...
@@ -168,7 +168,7 @@ if (isProduction) {
filename
:
'/Data/logs/yohoblk-wap/info/info.log'
,
maxFiles
:
1
,
tailable
:
true
,
max
S
ize
:
Math
.
pow
(
1024
,
3
),
max
s
ize
:
Math
.
pow
(
1024
,
3
),
timestamp
()
{
return
new
Date
().
toString
();
}
...
...
@@ -179,7 +179,7 @@ if (isProduction) {
filename
:
'/Data/logs/yohoblk-wap/error/error.log'
,
maxFiles
:
1
,
tailable
:
true
,
max
S
ize
:
Math
.
pow
(
1024
,
3
),
max
s
ize
:
Math
.
pow
(
1024
,
3
),
handleExceptions
:
true
,
timestamp
()
{
return
new
Date
().
toString
();
...
...
Please
register
or
login
to post a comment