[LOGS] - Add info to http access log #1904
-
Hi! Is there any way i can shove some information onto the http access logs? Every request is logged like so: And i want to add USERID: Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @FernandoIberian 👋 |
Beta Was this translation helpful? Give feedback.
Ah, got u, thanks for the explanation. Unfortunately, due to security reasons, RR logs only well-known fields, w/o logging the entire Headers for example.
If you need to log some fields, specific to your use-case - it is better to use AppLogger or simply push a message to the STDERR (would be logger at INFO log level).