Browse Source

logs

pull/1293/head
Chris Lu 5 years ago
parent
commit
df25ed3c5b
  1. 2
      weed/messaging/broker/topic_lock.go

2
weed/messaging/broker/topic_lock.go

@ -45,6 +45,8 @@ func (locks *TopicLocks) buildLogBuffer(tl *TopicLock, tp TopicPartition, topicC
return return
} }
// fmt.Printf("flushing with topic config %+v\n", topicConfig)
targetFile := fmt.Sprintf( targetFile := fmt.Sprintf(
"%s/%s/%s/%04d-%02d-%02d/%02d-%02d.part%02d", "%s/%s/%s/%04d-%02d-%02d/%02d-%02d.part%02d",
filer2.TopicsDir, tp.Namespace, tp.Topic, filer2.TopicsDir, tp.Namespace, tp.Topic,

Loading…
Cancel
Save