support logLevel config
This commit is contained in:
parent
8111d89c6c
commit
b6754d1752
2 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,8 @@ var createServer = require('../lib/app.js')
|
|||
var argv = require('minimist')(process.argv.slice(2))
|
||||
var options = require('../lib/options')
|
||||
|
||||
process.env.LAMASSU_ENV = process.env.LAMASSU_ENV || options.logLevel
|
||||
|
||||
var port = process.env.PORT || 3000
|
||||
var httpOnly = options.httpOnly || argv.http
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue