aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/topics.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-12 14:03:07 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-12 14:03:07 -0700
commitd30483d642b6115d32a7d373a33538da25e45f28 (patch)
treedbfa045fedd5c066287e0a07017698e78a7d47a5 /weed/filer2/topics.go
parent6f948e48879ed0706b044bea0429d3fc48d6e8e1 (diff)
downloadseaweedfs-d30483d642b6115d32a7d373a33538da25e45f28.tar.xz
seaweedfs-d30483d642b6115d32a7d373a33538da25e45f28.zip
re-enable system logs
Diffstat (limited to 'weed/filer2/topics.go')
-rw-r--r--weed/filer2/topics.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/filer2/topics.go b/weed/filer2/topics.go
new file mode 100644
index 000000000..8ab409774
--- /dev/null
+++ b/weed/filer2/topics.go
@@ -0,0 +1,6 @@
+package filer2
+
+const(
+ TopicsDir = "/topics"
+ SystemLogDir = TopicsDir + "/.system/log"
+)