logxi icon indicating copy to clipboard operation
logxi copied to clipboard

fix log level when multiple matches

Open vbehar opened this issue 7 years ago • 0 comments

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

vbehar avatar Apr 27 '17 16:04 vbehar