Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added ctx object to all system struct's constructors The idea behind this commit is to set the stage for adding aditional logging metadata. * Changed: Improved logging * Added new flags `--log-level` and `-l` to be consistent with other goss flags. * `--loglevel` and `-L` will be deprecated in a future release * Log level accepts any casing, so DEBUG and debug are both valid cli opts * Add log level support for `add` and `autoadd` commands * Changed log time format to RFC3339 * Fixed: json result[].successful to match goss 3.X behavior fixes #840
- Loading branch information