We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d13a1 commit a70b7ccCopy full SHA for a70b7cc
1 file changed
srv/info-stage.js
@@ -5,7 +5,7 @@ var PORT = process.env.PORT || 9000
5
var Seneca = require('seneca')
6
7
Seneca({tag: 'info', legacy: {meta: true}})
8
- .test('print')
+ //.test('print')
9
10
.use('zipkin-tracer', {host: 'zipkin', sampling: 1})
11
.use('statsd', {host: 'stats'})
0 commit comments