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

Implement application logging #4195

Closed
4 tasks done
jeremystretch opened this issue Feb 18, 2020 · 0 comments
Closed
4 tasks done

Implement application logging #4195

jeremystretch opened this issue Feb 18, 2020 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Milestone

Comments

@jeremystretch
Copy link
Member

jeremystretch commented Feb 18, 2020

Proposed Changes

Add logging functions throughout NetBox wherever it makes sense to do so. At a minimum, we should be generating log output every time an object is created, modified, or deleted. This is likely going to be implemented in an iterative manner over time, rather than pushed as a single PR.

Areas we should evaluate include:

  • Utility CRUD views
  • API viewsets
  • User login/logout
  • Execution of reports and custom scripts

Justification

Logging helps users troubleshoot performance issues and bugs. Currently, NetBox does not generate any intentional logging other than for exceptions.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user labels Feb 18, 2020
@jeremystretch jeremystretch added this to the v2.8 milestone Feb 18, 2020
@jeremystretch jeremystretch self-assigned this Mar 2, 2020
jeremystretch added a commit that referenced this issue Mar 4, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Projects
None yet
Development

No branches or pull requests

1 participant