txId bug fixes; debugging
This commit is contained in:
parent
572bd7a10f
commit
3d9c95ba7f
4 changed files with 20 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
var fs = require('fs')
|
||||
var options = require('../lib/options')
|
||||
process.env.LAMASSU_ENV = process.env.LAMASSU_ENV || options.logLevel
|
||||
process.env.LAMASSU_ENV = process.env.LAMASSU_ENV || options.logLevel || 'info'
|
||||
|
||||
var createServer = require('../lib/app.js')
|
||||
var argv = require('minimist')(process.argv.slice(2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue