[Add] Main 添加日志输出内容;

This commit is contained in:
LamGC 2020-04-29 23:44:38 +08:00
parent 10cad32efa
commit 7f83b16118

View File

@ -52,6 +52,8 @@ public class Main {
public static HttpHost proxy;
public static void main(String[] args) throws IOException, ClassNotFoundException {
log.trace("ContentGrabbingJi 正在启动...");
log.debug("运行目录: {}", System.getProperty("user.dir"));
ArgumentsProperties argsProp = new ArgumentsProperties(args);
if(argsProp.containsKey("proxy")) {
URL proxyUrl = new URL(argsProp.getValue("proxy"));