-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Supports the allowed viewer list for the canister log. #3921
Conversation
…d enable the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from my side, but I suppose someone else from DFX team should take another look.
Yes, Severin looked this pr. And I'm waiting for the next weekly release https://github.com/dfinity/ic/releases to update the PR, and he will take a look before merging. |
Description
Valid settings are:
--add-log-viewer
,--remove-log-viewer
and--set-log-viewer
flags withdfx canister update-settings
--log-viewer
flag withdfx canister create
canisters[].initialization_values.log_visibility.allowed_viewers
indfx.json
Fixes # (issue)
SDK-1798
How Has This Been Tested?
Checklist: