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

tfsdk: Added logging for all framework handoffs to provider defined logic #300

Merged
merged 5 commits into from Apr 25, 2022

Commits on Apr 25, 2022

  1. tfsdk: Added logging for all framework handoffs to provider defined l…

    …ogic
    
    This will help practitioners and provider developers further understand when and where logic handoffs occur. In general, the framework and underlying terraform-plugin-go use the `DEBUG` log level for project code boundaries and major logic milestones while the `TRACE` log level is used for more lower level logic details.
    bflad committed Apr 25, 2022
    Copy the full SHA
    845f338 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #300

    bflad committed Apr 25, 2022
    Copy the full SHA
    be47997 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e5b70c3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    97687b0 View commit details
    Browse the repository at this point in the history
  5. tfsdk: Ensure Plan and State logging context with attribute path is s…

    …et at beginning of GetAttribute/SetAttribute
    bflad committed Apr 25, 2022
    Copy the full SHA
    83f164c View commit details
    Browse the repository at this point in the history