|
@@ -9,7 +9,6 @@ import com.aliyun.openservices.log.common.LogItem;
|
|
|
import com.sxtvs.open.core.auth.HttpContextUtil;
|
|
|
import jakarta.annotation.PostConstruct;
|
|
|
import lombok.SneakyThrows;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
@@ -18,7 +17,6 @@ import java.io.StringWriter;
|
|
|
import java.util.Map;
|
|
|
|
|
|
@Component
|
|
|
-@Slf4j
|
|
|
public class AliyunLogger {
|
|
|
private Producer producer;
|
|
|
private String logStore = "java-log";
|