[fix](bdbje) Fix bdbje logging level not work (#27597)

* `EnvironmentConfig.FILE_LOGGING_LEVEL` only set FileHandlerLevel, we should
   set logger level firstly, otherwise it will not take effect.
This commit is contained in:
Lei Zhang
2023-11-27 21:24:34 +08:00
committed by GitHub
parent 646f1ea087
commit bb68900bed
2 changed files with 4 additions and 1 deletions

View File

@ -1982,7 +1982,7 @@ public class Config extends ConfigBase {
* OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL
*/
@ConfField
public static String bdbje_file_logging_level = "ALL";
public static String bdbje_file_logging_level = "INFO";
/**
* When holding lock time exceeds the threshold, need to report it.