A logger accepts DEBUG and above, but its only handler is set to WARNING. What happens to…

from Python
advanced 1 min

A logger accepts DEBUG and above, but its only handler is set to WARNING. What happens to an INFO record?

Report an error