You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -policy-file option comes with its own decision logger which prints decisions to console. While the new -config-file option and "real" decision logging is preferable, one thing missing there is the labels set by the "fake" decision logger:
It would be nice if we could have these labels provided also for the -config-file decision logger. The SDK doesn't currently provide any helpers for this, but that could change. If not we'll need to convert the config []bytes -> config.Config -> update labels -> config []byte.
The text was updated successfully, but these errors were encountered:
The
-policy-file
option comes with its own decision logger which prints decisions to console. While the new-config-file
option and "real" decision logging is preferable, one thing missing there is the labels set by the "fake" decision logger:It would be nice if we could have these labels provided also for the
-config-file
decision logger. The SDK doesn't currently provide any helpers for this, but that could change. If not we'll need to convert the config []bytes -> config.Config -> update labels -> config []byte.The text was updated successfully, but these errors were encountered: