This repository was archived by the owner on Apr 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Extra line for all log lines #202
Labels
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/153652398 The labels on this github issue will be updated when the story is started. |
We see the same behaviour on our local CFs (we're currently on 262) |
I was able to reproduce this issue on the latest routing release candidate. The routing team is currently working on replacing the current routing subsystem with a Istio/Envoy based routing subsystem, so we will not be fixing this issue for now. Keeping it open for future reference. |
closing due to age and won't fix. We can search if someone needs to find the extra log line. |
reneighbor
added a commit
that referenced
this issue
Apr 21, 2021
* This line is necessary in the access log (WriteTo) so they show up as distinct lines * It was redundant in `cf logs` (LogMessage); this was problematic because it sent extra envelopes through the loggregator system. Fixes cloudfoundry/routing-release#124 Fixes #202 Co-authored-by: Renee Chu <[email protected]>
5 tasks
jrussett
pushed a commit
that referenced
this issue
May 3, 2021
* This line is necessary in the access log (WriteTo) so they show up as distinct lines * It was redundant in `cf logs` (LogMessage); this was problematic because it sent extra envelopes through the loggregator system. Fixes cloudfoundry/routing-release#124 Fixes #202 Co-authored-by: Renee Chu <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Issue
When running
cf logs
, I see an extra log for every router log:Context
This is against PWS.
Steps to Reproduce
Just run
cf logs
on any running app.Expected result
The unnecessary log line shouldn't be there.
/cc @bradylove
The text was updated successfully, but these errors were encountered: