Is there a good way to get a logger plugin to upda...
# core
c
Is there a good way to get a logger plugin to update its configuration after it has already started? My use case is this - I have a custom TLS endpoint that, in its
config
endpoint response, sets the
logger_plugin
to
aws_kinesis
and also sets various other
aws_
configuration options. That works fine for the first configure. The kinesis logger plugin gets initialized and all is well. However, on subsequent calls to the TLS config endpoint, I pass down different
aws_
options (specifically new aws STS credentials) but those new credentials do not get picked up.