changed back to info level logging
This commit is contained in:
parent
1e65c65670
commit
b5b63fc8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ var Trader = module.exports = function (db) {
|
||||||
this.db = db;
|
this.db = db;
|
||||||
this.rates = {};
|
this.rates = {};
|
||||||
this.logger = new (winston.Logger)({
|
this.logger = new (winston.Logger)({
|
||||||
transports: [new (winston.transports.Console)({level: 'debug'})]
|
transports: [new (winston.transports.Console)({level: 'info'})]
|
||||||
});
|
});
|
||||||
|
|
||||||
this._tradeQueue = [];
|
this._tradeQueue = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue