rabin 6 năm trước cách đây
mục cha
commit
79fa3184f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      demeter/core.py

+ 1 - 1
demeter/core.py

@@ -448,7 +448,7 @@ class Log(object):
 		path = File.path() + 'runtime/log/'
 		File.mkdir(path)
 
-		return os.path.join(path, 'vecan.log')
+		return os.path.join(path, name + '.log')
 
 class WatchDog(object):