diff --git a/src/main.js b/src/main.js index e703bc3..f8fd519 100644 --- a/src/main.js +++ b/src/main.js @@ -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,