Closed scalp42 closed 4 years ago
@scalp42 Thank you for the report. I'll try and take a look at this over the break.
Taking a TODO here. Sorry again for the delay.
Please don't be sorry, @leprechau you're appreciated 🙌
@scalp42 digging into this now, I'll let you know what I find.
So, I see what's happening. The next
and last
variables aren't being set. They're empty when passed to the logger. I'm guessing this has something to do with the change to using a buffer instead of string concatenation for the routing table.
I don't know why it's happening yet, but I at least know where to look and can reproduce the problem. This also affects current master
branch.
Thank you for your patience @scalp42, this fix will be included in the next release.
@leprechau thank you again for the fix, it's much appreciated!
Hi folks,
Using
log.routes.format = all
, the Fabio logs appear to be broken:Changing to
log.routes.format = delta
, it doesn't actually show anything at all in logs.Only
log.routes.format = detail
seems to work now.Thanks in advance