add verbose to options
pass verbose to server for better handling of warnings
This commit is contained in:
parent
f771d41788
commit
08369a666d
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ var startServer = function(configPath, config) {
|
|||
bind: opts.bind,
|
||||
port: opts.port,
|
||||
cors: opts.cors,
|
||||
verbose: opts.verbose,
|
||||
silent: opts.silent,
|
||||
logFile: opts.log_file,
|
||||
logFormat: opts.log_format,
|
||||
|
|
Loading…
Reference in a new issue