I tried the `--debug` flag but that didn't give me...
# general
b
I tried the
--debug
flag but that didn't give me what I needed
f
The option that you probably want is `-ldebug`(
--level=debug
for long form).
b
Ok, great. Thanks!
f
--debug
is generally a goal-specific option for debugging whatever is being executed
and not for changing log level
(also my answer assumes that this option remained the same in v2 which is what I was looking at. will need to confirm that this option was the same back in v1.)
b
I was able to run a test with
-ldebug
and that got me what I needed
f
👍