Files
mvt/tests
Donncha Ó Cearbhaill 1e45ead1a5 Find the console log handler by type when changing verbosity
set_verbose_logging() adjusted the first handler on the "mvt" logger,
whichever handler that happened to be. Anything else attaching a
handler to that logger - an embedding application, a plugin, a test
harness - had it mistaken for the console and raised or lowered behind
its back, and the same slot can hold the file handler a command
attaches to its output folder, whose level a --verbose flag should
never decide: command.log records the whole run either way.

Walk the handlers instead and adjust only MVT's own console handler,
found by its MVTLogHandler type. Every other handler on the logger is
left alone. Behaviour is otherwise unchanged.
2026-08-26 13:19:52 +02:00
..
2023-09-09 17:55:27 +02:00
2026-08-26 12:43:12 +02:00
2026-04-29 14:32:29 +02:00
2026-08-26 12:43:12 +02:00
2023-09-09 17:55:27 +02:00
2026-07-28 18:58:46 +02:00