Open scalp42 opened 4 years ago
Looking more into it, it looks like it's the full line split in reverse order:
Sep 29 23:01:43 ip-10-82-220-170 fabio[4170]: - 45.4:31201/ tags "latest" opts "strip=/prod-data-ranking-api"
Sep 29 23:01:43 ip-10-82-220-170 fabio[4170]: - route add prod-data-ranking-api /prod-data-ranking-api http://10.82.
I've also seen this in my logs from fabio. I'm assuming this is not saying that fabio has incorrect routes, and it's more of an issue buffering and writing out the log. At the very least, this makes parsing the logs impossible.
@scalp42, are you running the latest release or an older version?
Also, @scalp42, do you see this work ok if you set logging to something other than delta
?
Interesting, the logs are not just truncated, they are split and in reverse order.
For example:
foobar
Is coming out like:
bar
foo
Also, it seems to happen the most on IP addresses.
One last bit, I see this on the latest stable release (v1.6.0)
@ketzacoatl I moved away from Fabio at this time but seems about right with what you see.
@leprechau any insights on this one? Have you seen it in your own deployments?
When using Fabio
1.5.14
with logging set todelta
, it appears that the logs are truncated:The length restriction seems to be random, for example we get
10.82.1
here:Thanks in advance