[PR #4315] [MERGED] Closes #4195: Application logging #12813

Closed
opened 2025-12-29 22:23:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4315
Author: @jeremystretch
Created: 3/4/2020
Status: Merged
Merged: 3/4/2020
Merged by: @jeremystretch

Base: develop-2.8Head: 4195-application-logging


📝 Commits (7)

  • ca1186d Add logging output to utility views
  • 7a10748 Add logging output to API viewsets
  • c983dac Add logging output to login/logout views
  • 406b887 Add logging for DRF views
  • 36cbbac Enable system logging for custom scripts
  • 9df2769 Enable system logging for reports
  • 7454efe Documentation and changelog for #4195

📊 Changes

8 files changed (+179 additions, -40 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+8 -0)
📝 docs/release-notes/version-2.8.md (+4 -0)
📝 mkdocs.yml (+2 -1)
📝 netbox/extras/reports.py (+15 -0)
📝 netbox/extras/scripts.py (+13 -0)
📝 netbox/users/views.py (+23 -3)
📝 netbox/utilities/api.py (+34 -3)
📝 netbox/utilities/views.py (+80 -33)

📄 Description

Fixes: #4195

Implements built-in logging across several areas of NetBox and documents the available loggers for configuration purposes. We will no doubt continue to add more logging calls over time, but this should suffice to introduce the feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4315 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/4/2020 **Status:** ✅ Merged **Merged:** 3/4/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.8` ← **Head:** `4195-application-logging` --- ### 📝 Commits (7) - [`ca1186d`](https://github.com/netbox-community/netbox/commit/ca1186dca1e7dc503392535ad133e11ab3e89bff) Add logging output to utility views - [`7a10748`](https://github.com/netbox-community/netbox/commit/7a10748355309e0ec70933e971923e8fde526277) Add logging output to API viewsets - [`c983dac`](https://github.com/netbox-community/netbox/commit/c983dac771e3c03ab890e083428676aef361335c) Add logging output to login/logout views - [`406b887`](https://github.com/netbox-community/netbox/commit/406b88777cc4f92d9404a1f75a55e6d4a0079229) Add logging for DRF views - [`36cbbac`](https://github.com/netbox-community/netbox/commit/36cbbac8708f7fcc0b82e2d047ddafb113b9a308) Enable system logging for custom scripts - [`9df2769`](https://github.com/netbox-community/netbox/commit/9df27693837674f5d9948d715063e62bb0d96c20) Enable system logging for reports - [`7454efe`](https://github.com/netbox-community/netbox/commit/7454efe648764d3d0f24c429d31c35c24fb080a1) Documentation and changelog for #4195 ### 📊 Changes **8 files changed** (+179 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+8 -0) 📝 `docs/release-notes/version-2.8.md` (+4 -0) 📝 `mkdocs.yml` (+2 -1) 📝 `netbox/extras/reports.py` (+15 -0) 📝 `netbox/extras/scripts.py` (+13 -0) 📝 `netbox/users/views.py` (+23 -3) 📝 `netbox/utilities/api.py` (+34 -3) 📝 `netbox/utilities/views.py` (+80 -33) </details> ### 📄 Description ### Fixes: #4195 Implements built-in logging across several areas of NetBox and documents the available loggers for configuration purposes. We will no doubt continue to add more logging calls over time, but this should suffice to introduce the feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:46 +01:00
adam closed this issue 2025-12-29 22:23:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12813