chore: 更新 .env.example 文件,调整 Maker 策略的损失限制参数以优化风险管理

This commit is contained in:
discountry
2025-10-03 01:34:32 +08:00
parent 9124c06315
commit abb56b917a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -840,7 +840,11 @@ function normalizeCookieValue(value: string): string {
}
function defaultLogger(context: string, error: unknown): void {
console.error(`[GrvtGateway] ${context} failed`, error);
// Suppress direct console output from GRVT gateway. Strategy layers already
// record failures into the recent events trade log as warnings.
// Intentionally no-op to avoid noisy CLI logs.
void context;
void error;
}
function parseSetCookieHeader(