Skip to content
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: [IC-272] add fetch_canister_logs method to management canister #520

Merged

Conversation

maksymar
Copy link
Contributor

@maksymar maksymar commented Feb 22, 2024

Description

This PR adds a new MgmtMethod::FetchCanisterLogs item to the management canister methods enum with a corresponding ManagementCanister::fetch_canister_logs() wrapper and a FetchCanisterLogsResponse as a result type. Note that this method can only be called in non-replicated mode.

How Has This Been Tested?

Regular CI.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@maksymar maksymar changed the title feat: [IC-272] add FetchCanisterLogs feat: [IC-272] add fetch_canister_logs method to management canister Feb 22, 2024
@maksymar maksymar marked this pull request as ready for review February 22, 2024 11:14
@maksymar maksymar requested a review from a team as a code owner February 22, 2024 11:14
@adamspofford-dfinity adamspofford-dfinity merged commit fce6a8a into dfinity:main Feb 22, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants