re-enable system logs

This commit is contained in:
Chris Lu
2020-04-12 14:03:07 -07:00
parent 6f948e4887
commit d30483d642
9 changed files with 53 additions and 31 deletions

6
weed/filer2/topics.go Normal file
View File

@@ -0,0 +1,6 @@
package filer2
const(
TopicsDir = "/topics"
SystemLogDir = TopicsDir + "/.system/log"
)