Parcourir la source

add ignore file

zjxpcyc il y a 6 ans
Parent
révision
2c1a15eb67
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      .gitignore
  2. 1
    1
      conf/log.conf

+ 1
- 1
.gitignore Voir le fichier

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

+ 1
- 1
conf/log.conf Voir le fichier

@@ -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"