I called the setting verbose instead of debug, not sure if it makes sense to change that? It's not activating any debug logging in the cf-resource itself (i.e. logging for computation of manifest paths etc) so I felt verbose was more appropriate, analogous to the cf -v flag.
Fixes https://github.com/concourse/cf-resource/issues/35
I called the setting
verbose
instead of debug, not sure if it makes sense to change that? It's not activating any debug logging in the cf-resource itself (i.e. logging for computation of manifest paths etc) so I felt verbose was more appropriate, analogous to thecf -v
flag.