Return how much logging output will be produced.
()
| 242 | |
| 243 | |
| 244 | def get_verbosity(): |
| 245 | """Return how much logging output will be produced.""" |
| 246 | return _get_logger().getEffectiveLevel() |
| 247 | |
| 248 | |
| 249 | def set_verbosity(v): |
nothing calls this directly
no test coverage detected
searching dependent graphs…