apiaryio / dredd-example

Example application using Dredd and CI
MIT License
85 stars 61 forks source link

Removes deprecated options from "dredd.yml" files #42

Closed artem-zakharchenko closed 5 years ago

artem-zakharchenko commented 5 years ago

Removes the usage of deprecated options in dredd.yml. See more details below.

level

Please use loglevel for specifying the logging level. Omit the option to use the default logging level (info previously, warn in the latest release).

timestamp

Please use loglevel: debug to include timestamps in logs. Omit the option for the false value.

silent

Please use loglevel: silent to silence the log messages. Omit the option for the false value.

sandbox

Sandbox support is deprecated. Please use JS hooks instead.