Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off. Reviewed-by: mchung
Trivial: change @bug 8023163 into @bug 8026499 Reviewed-by: mchung, alanb
This fix prevents the logger's level to be re-initialized if it has already been initialized. Reviewed-by: mchung