Skip to content

Commit 901b181

Browse files
committed
SCFF-5 removed the comments and add zip file and vendor folder to gitignore
1 parent 70eccf4 commit 901b181

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
product/
2-
release/
2+
release/
3+
vendor/
4+
firehose-to-sumologic.zip

sumoCFFirehose/sumoLogicAppender.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ func (s *SumoLogicAppender) Start() {
5555
Buffer.timerIdlebuffer = time.Now()
5656
logging.Info.Println("Starting Appender Worker")
5757
for {
58-
//logging.Trace.Println("Log queue size: ")
59-
//logging.Trace.Println(s.nozzleQueue.GetCount())
58+
logging.Info.Println("Log queue size: ")
59+
logging.Info.Println(s.nozzleQueue.GetCount())
6060
if s.nozzleQueue.GetCount() == 0 {
6161
logging.Trace.Println("Waiting for 300 ms")
6262
time.Sleep(300 * time.Millisecond)

0 commit comments

Comments
 (0)