add verbose to options

pass verbose to server for better handling of warnings
This commit is contained in:
Eric Xanderson 2019-04-23 20:43:56 -05:00 committed by GitHub
parent f771d41788
commit 08369a666d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,