Merge "Support separate privsep logging levels" into stable/zed
This commit is contained in:
commit
8282b14889
@ -31,4 +31,5 @@ default = priv_context.PrivContext(
|
||||
cfg_section='privsep_osbrick',
|
||||
pypath=__name__ + '.default',
|
||||
capabilities=capabilities,
|
||||
logger_name=__name__,
|
||||
)
|
||||
|
11
releasenotes/notes/privsep-logs-9e938e5a2aee042e.yaml
Normal file
11
releasenotes/notes/privsep-logs-9e938e5a2aee042e.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Support separate privsep logging levels. Now services using os-brick can
|
||||
have different log levels for the service and os-brick's privsep calls.
|
||||
The service usually uses the default "oslo_privsep.daemon" name while
|
||||
os-brick now uses "os_brick.privileged".
|
||||
fixes:
|
||||
- |
|
||||
`Bug #1922052 <https://bugs.launchpad.net/nova/+bug/1922052>`_: Fixed
|
||||
missing os-brick DEBUG logs on nova compute service.
|
Loading…
x
Reference in New Issue
Block a user