-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
displaybody should respect new line [main] #2981
base: main
Are you sure you want to change the base?
Conversation
Hey thanks for the PR do you mind rebasing your PR? |
@joaopapereira done, unit tests green but still some flaky integration tests, any idea?
|
@joaopapereira @gururajsh may i ask to re-trigger the flapping "Tests / Integration tests / MIN CAPI / run-integration-tests"? Do you see any show stoppers to get this merged? |
@h0nIg, if you want to have this change released, please submit a pull request to the v8 branch too. |
@a-b ping |
Thanks for the heads up. We will merge as soon as the tests are green. |
|
Description of the Change
REQUEST and RESPONSE should behave the same with CF_TRACE=true and CF_TRACE=testfile. even across request logger.
cli/util/ui/request_logger_terminal_display.go
Line 27 in fa795ba
cli/util/ui/request_logger_file_writer.go
Line 32 in fa795ba
CLI stdout
CLI file output
Why Is This PR Valuable?
proper parsing across all redaction code (uaa, cloud controler, ...)
cli/api/cloudcontroller/wrapper/request_logger.go
Line 116 in fa795ba
cli/api/uaa/wrapper/request_logger.go
Line 104 in fa795ba
uaa:
cloud controller (including newline)
How Urgent Is The Change?
Not urgent