Stephen Hemminger 7f0bb634a1 log: add ability to match log type with globbing
Regular expressions are not the best way to match a hierarchical
pattern like dynamic log levels. And the separator for dynamic
log levels is period which is the regex wildcard character.

A better solution is to use filename matching 'globbing' so
that log levels match like file paths. For compatibility,
use colon to separate pattern match style arguments. For
example:
	--log-level 'pmd.net.virtio.*:debug'

This also makes the documentation match what really happens
internally.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2018-04-25 12:14:37 +02:00
..
2017-10-06 02:49:47 +02:00
2017-04-04 19:02:45 +02:00
2018-01-29 10:48:16 +01:00
2018-04-14 00:59:41 +02:00
2018-04-02 23:42:15 +02:00
2018-01-16 18:47:49 +01:00
2018-04-14 00:41:44 +02:00
2018-02-08 18:42:14 +01:00
2018-02-13 18:17:30 +01:00
2018-04-11 01:47:47 +02:00
2018-03-30 14:08:44 +02:00
2018-04-14 00:40:21 +02:00
2017-08-05 11:37:09 +02:00
2018-01-21 15:51:52 +01:00
2018-04-14 00:41:44 +02:00
2018-04-11 01:47:47 +02:00