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

View File

@@ -9,12 +9,13 @@ import (
"github.com/golang/protobuf/proto"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/util"
)
var (
logdataFile = flag.String("logdata", "", "log data file saved under /.meta/log/...")
logdataFile = flag.String("logdata", "", "log data file saved under "+ filer2.SystemLogDir)
)
func main() {