[Change] Issue #2 调整Logger Name以统一Logger Name格式;

This commit is contained in:
2020-05-06 09:34:28 +08:00
parent 99b6e14ff7
commit edade24883
17 changed files with 19 additions and 22 deletions

View File

@ -40,7 +40,7 @@ public class BotCommandProcess {
private final static PixivDownload pixivDownload = new PixivDownload(Main.cookieStore, Main.proxy);
private final static Logger log = LoggerFactory.getLogger(BotCommandProcess.class.getSimpleName());
private final static Logger log = LoggerFactory.getLogger(BotCommandProcess.class.getName());
private final static File imageStoreDir = new File(System.getProperty("cgj.botDataDir"), "data/image/cgj/");
public final static Properties globalProp = new Properties();