Sets the threshold for what messages will be logged.
(v)
| 247 | |
| 248 | |
| 249 | def set_verbosity(v): |
| 250 | """Sets the threshold for what messages will be logged.""" |
| 251 | _get_logger().setLevel(v) |
| 252 | |
| 253 | |
| 254 | def _get_thread_id(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…