Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
姜枫
2016-08-03 14:32:13 +0800
Commit
b127d1283d6ee997cd6732801508ab0b913854e9
1 parent
0196329a
将每个工程写入influxdb的measurement分开,方便后面查询分析
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
config/common.js
config/common.js
View file @
b127d12
...
...
@@ -53,6 +53,7 @@ module.exports = {
handleExceptions
:
true
},
udp
:
{
// send by udp
measurement
:
'yohobuywap_node_log'
,
level
:
'debug'
,
// logger level
host
:
'192.168.102.162'
,
// influxdb host
port
:
'4444'
// influxdb port
...
...
Please
register
or
login
to post a comment