We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ops/pebble.py does not have newly-added types and typed dicts for the log forwarding work.
ops/pebble.py
Specifically, we're missing the top-level log-targets mapping on the plan. See Pebble's plan.go.
log-targets
plan.go
We should get these added (and make sure any other new fields in the Pebble plan are in there too).
The text was updated successfully, but these errors were encountered:
#1073 was a dupe of this, but we missed that at the time. I did also look over the Pebble plan at the time and nothing else seemed to be missing.
Sorry, something went wrong.
Excellent, thanks Tony. Fixed by PR #1026 -- closing.
No branches or pull requests
ops/pebble.py
does not have newly-added types and typed dicts for the log forwarding work.Specifically, we're missing the top-level
log-targets
mapping on the plan. See Pebble'splan.go
.We should get these added (and make sure any other new fields in the Pebble plan are in there too).
The text was updated successfully, but these errors were encountered: