feat: add config to truncate long log content (#2767)
This commit is contained in:
@@ -89,6 +89,7 @@ func NewClientWithTarget(target string, opts ...ClientOption) (Client, error) {
|
||||
Breaker: true,
|
||||
Timeout: true,
|
||||
}
|
||||
|
||||
return internal.NewClient(target, middlewares, opts...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user