Comment 1 for bug 1870281

Revision history for this message
uchenily (uchenily) wrote :

https://github.com/openstack/oslo.privsep/blob/1.29.2/oslo_privsep/daemon.py#L210

I think here we can use:
```
if record.levelno and LOG.isEnabledFor(record.levelno):
```
because record.levelno maybe NoneType