Closed artem-zakharchenko closed 5 years ago
Removes the usage of deprecated options in dredd.yml. See more details below.
dredd.yml
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).
loglevel
info
warn
timestamp
Please use loglevel: debug to include timestamps in logs. Omit the option for the false value.
loglevel: debug
false
silent
Please use loglevel: silent to silence the log messages. Omit the option for the false value.
loglevel: silent
sandbox
Sandbox support is deprecated. Please use JS hooks instead.
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 thefalse
value.silent
Please use
loglevel: silent
to silence the log messages. Omit the option for thefalse
value.sandbox
Sandbox support is deprecated. Please use JS hooks instead.