apigee-127 / swagger-node-runner

The heart of Swagger-Node
MIT License
102 stars 123 forks source link

Add config option to supress console warning messages #134

Open nazarhussain opened 6 years ago

nazarhussain commented 6 years ago

We have startWithWarnings option to start the app. If we choose to start with the warnings, its looks ugly in the logs to have those warnings shown as errors. Users get confused when see the warnings in the console logs and feel application is not in good state.

So added an option suppressWarnings to disable those console log messages for only warnings.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.007%) to 95.768% when pulling f0e691f1f628f04ddaacbd40c1d81fbb71734b36 on nazarhussain:nh-silent-warnings into 3f5c099161ed7f526338091612463d5fc3c91880 on theganyo:master.

nazarhussain commented 6 years ago

@theganyo Any idea when this PR can be merged and released.