1 parent 70eccf4 commit 901b181Copy full SHA for 901b181
2 files changed
.gitignore
@@ -1,2 +1,4 @@
1
product/
2
-release/
+release/
3
+vendor/
4
+firehose-to-sumologic.zip
sumoCFFirehose/sumoLogicAppender.go
@@ -55,8 +55,8 @@ func (s *SumoLogicAppender) Start() {
55
Buffer.timerIdlebuffer = time.Now()
56
logging.Info.Println("Starting Appender Worker")
57
for {
58
- //logging.Trace.Println("Log queue size: ")
59
- //logging.Trace.Println(s.nozzleQueue.GetCount())
+ logging.Info.Println("Log queue size: ")
+ logging.Info.Println(s.nozzleQueue.GetCount())
60
if s.nozzleQueue.GetCount() == 0 {
61
logging.Trace.Println("Waiting for 300 ms")
62
time.Sleep(300 * time.Millisecond)
0 commit comments