You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, there has been a behavior change as part of #260
The aim of the change was to allow for the f1 output to be parsed by log collection systems with the introduction of structured logging.
As the verbose option would interweave structured logs (from the log file) and interactive messages, we found that difficult to handle for log parsers, so we made it that in case the verbose option was enabled all the output was structured logs. More details and rationale is available in the PR: #260
Can you describe your use case please? I'm happy to make adjustments to support, but I need a better understanding of that.
(in the meantime a workaround would be to use json format for the logs and use jq templating to achieve the exact formatting you're looking for)
Alright, I think what's missing here is an option to force interactive mode. That, with a combination of providing a custom logger should restore the previous behavior.
We'll keep the defaults as they are, as we want to streamline f1 for unattended use, which I think should be the most common use case.
I'll see what that looks like, not sure exactly when I'll get to it, but I'll keep this open.
When tests are run with the
-v
flag, results are no longer formatted as a table and there is no colouring.This appears to have happened since the v2.1.0 re-write.
The text was updated successfully, but these errors were encountered: