LoggerConfig constructor
LoggerConfig({})
Implementation
LoggerConfig({
this.requestHeader = true,
this.requestBody = true,
this.responseHeader = false, // 默认不打印响应头,通常不重要
this.responseBody = true,
this.error = true,
this.maxWidth = 160, // 更合理的宽度,适合大多数终端
this.compact = true,
this.enabled,
});