Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 560ff17

Browse files
committed
Remove default pprof address
1 parent 353bb58 commit 560ff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func main() {
6767
flag.IntVar(&maxCount, "max-batch-size", 10000, "The maximum number of messages in a batch")
6868
flag.DurationVar(&flushTimeout, "flush-timeout", 5*time.Second, "How often messages will be flushed")
6969
flag.DurationVar(&cacheTimeout, "cache-timeout", 5*time.Minute, "How to wait before clearing unused internal cache")
70-
flag.StringVar(&profileAddr, "pprof-addr", "localhost:8080", "Address to serve profile information")
70+
flag.StringVar(&profileAddr, "pprof-addr", "", "Address to serve profile information")
7171
flag.Parse()
7272

7373
logger := &lib.LogHandler{

0 commit comments

Comments
 (0)