zjxpcyc 6 anni fa
parent
commit
2c1a15eb67
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      .gitignore
  2. 1
    1
      conf/log.conf

+ 1
- 1
.gitignore Vedi File

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

+ 1
- 1
conf/log.conf Vedi File

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