Is there a way to log message payload on Broker logs?
Hi,
Is it possible to log message payload in broker logs?
Could someone please know how to configure it if it is possible?
Thanks,
Raghu
Best Answers
-
@rdesoju there are a couple of reasons for this: first, because PubSub+ message rates are so high, we would fill these logs files very quickly. Another reason is that this breaks the security isolation of management and data planes - a management user would be able to see all message data. Yet another security issue is that you'd be storing message data unencrypted in the log.
5
Answers
-
@rdesoju there are a couple of reasons for this: first, because PubSub+ message rates are so high, we would fill these logs files very quickly. Another reason is that this breaks the security isolation of management and data planes - a management user would be able to see all message data. Yet another security issue is that you'd be storing message data unencrypted in the log.
5