logxi
logxi copied to clipboard
fix log level when multiple matches
for example if the logxiNameLevelMap contains:
- logger1:* = INF
- logger1:logger2 = DBG
because the map iteration order is not guaranteed, logger1:logger2 might be either INF or BDG
this fix gives priority to the exact match, by stopping the iteration