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

Branch jobs are not logging debug messages #102

Closed
jeremystretch opened this issue Sep 10, 2024 · 0 comments · Fixed by #103
Closed

Branch jobs are not logging debug messages #102

jeremystretch opened this issue Sep 10, 2024 · 0 comments · Fixed by #103
Assignees
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@jeremystretch
Copy link
Contributor

Plugin Version

v0.4.0

NetBox Version

v4.1.0

Python Version

3.10

Steps to Reproduce

  1. Create & activate a branch
  2. Create three new sites
  3. Merge the branch
  4. View the merge job's log

Expected Behavior

The log should indicate that three sites were created while merging the branch.

Observed Behavior

Object actions (creates, updates, and deletes) are missing from the job log. Only the following is recorded:

{
    "log": [
        "Merging branch Branch 7 (branch_evdewyjb)",
        "Found 3 changes to merge",
        "Setting branch status to merging",
        "Setting branch status to merged",
        "Recording branch event: merged",
        "Merging completed"
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant