Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
2016-10-17 22:27:44 +0800
Commit
4b9720e173301e7631bab30d6126fe310ddcb248
1 parent
b1adbc74
开发环境显示 日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/common.js
config/common.js
View file @
4b9720e
...
...
@@ -70,7 +70,7 @@ module.exports = {
port
:
4444
// influxdb port
},
console
:
{
level
:
'info'
,
level
:
isProduction
?
'error'
:
'info'
,
colorize
:
'all'
,
prettyPrint
:
true
}
...
...
Please
register
or
login
to post a comment