浏览代码

add ignore file

zjxpcyc 6 年前
父节点
当前提交
2c1a15eb67
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      .gitignore
  2. 1
    1
      conf/log.conf

+ 1
- 1
.gitignore 查看文件

@@ -2,4 +2,4 @@
2 2
 *.exe~
3 3
 *.test
4 4
 *.log
5
-common.log
5
+log

+ 1
- 1
conf/log.conf 查看文件

@@ -1,4 +1,4 @@
1 1
 [common]
2
-filename="E:\\GoProject\\src\\spaceofcheng\\services\\log\\common.log"
2
+filename="E:\\GoProjects\\src\\spaceofcheng\\services\\log\\common.log"
3 3
 # log level "emergency", "alert", "critical", "error", "warning", "notice", "info", "debug"
4 4
 level="debug"