-
-
Notifications
You must be signed in to change notification settings - Fork 334
Description
First of all, thanks for this awesome piece of software!
We've deployed the latest Mercure and it works great. However, there are two tiny ops snags in its logging as you can see on the screenshot:
Firstly, it uses IP of our LB, not the one from X-Forwarder-For
. There is a very old issue about this that eventually got fixed #114 , but I guess the fix was lost during the big rewrite.
Secondly, do you think it's possible to log JWT payload
if it's present? According to the spec, we can grab it by subscribing to the subscription topic, but that would require a separate service just to log those payloads. "New subscriber" log entries are already there, so if payload
can be logged as well it would be perfect.
Hopefully I don't miss anything from the docs that makes those points moot.