Bug #46997
Fix lazy import to avoid double logging config
Status:
Done
Priority:
No priority
Assignee:
William Grzybowski
Category:
Middleware
Target version:
Needs Merging:
No
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
ChangeLog Required:
No
Description
PR: https://github.com/freenas/freenas/pull/1803
freenasOS init will configure logging on its own if no handlers are
found. Lazy importing it will avoid that issue since at that point
middlewared logging will be configured already.
Associated revisions
fix(middlewared): lazy import freenasOS to avoid double logging config
freenasOS init will configure logging on its own if no handlers are
found. Lazy importing it will avoid that issue since at that point
middlewared logging will be configured already.
Ticket: #46997
fix(middlewared): lazy import freenasOS to avoid double logging config
freenasOS init will configure logging on its own if no handlers are
found. Lazy importing it will avoid that issue since at that point
middlewared logging will be configured already.
Ticket: #46997
History
#1
Updated by William Grzybowski over 2 years ago
- Status changed from Unscreened to In Progress
- Target version changed from Backlog to 11.2-RC1
- Severity changed from New to Low Medium
#2
Updated by Bug Clerk over 2 years ago
- Status changed from In Progress to Ready for Testing
#3
Updated by Dru Lavigne over 2 years ago
- Subject changed from fix(middlewared): lazy import freenasOS to avoid double logging config to Fix lazy import to avoid double logging config
- Needs Doc changed from Yes to No
- Needs Merging changed from Yes to No
#4
Updated by William Grzybowski over 2 years ago
- Status changed from Ready for Testing to Done
- Needs QA changed from Yes to No
There isnt a feasible way for QA to test this.