Skip to content

Commit

Permalink
debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
HappenLee committed Sep 30, 2024
1 parent b29300f commit ec05b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, description = {
"是否在每个请求开始之前打印一遍请求内容, 主要是query语句",
"Should the request content be logged before each request starts, specifically the query statements"})
public static boolean enable_print_request_before_execution = false;
public static boolean enable_print_request_before_execution = true;

@ConfField(mutable = true)
public static boolean enable_cooldown_replica_affinity = true;
Expand Down

0 comments on commit ec05b3e

Please sign in to comment.