Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Feb 11, 2025
1 parent 20be78a commit 72bfe9d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,18 @@
package com.tencent.polaris.logging.logback;

import ch.qos.logback.classic.joran.JoranConfigurator;
import ch.qos.logback.core.joran.event.SaxEvent;
import ch.qos.logback.core.joran.spi.JoranException;

import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
import java.util.List;

/**
* @author Haotian Zhang
*/
public class PolarisJoranConfigurator extends JoranConfigurator {

@Override
public void registerSafeConfiguration(List<SaxEvent> eventList) {
}

public void doPolarisConfigure(URL url) throws JoranException {
InputStream in = null;
try {
Expand Down

0 comments on commit 72bfe9d

Please sign in to comment.