Skip to content

Commit 44ccdbc

Browse files
committed
update docs to outline stderr for log.Printf
1 parent 6f9f1a1 commit 44ccdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func main() {
211211
* `WithMemoryProfilingRate` => Sets the profiling rate for memory related profiling samples.
212212
* `WithMutexFraction` => Sets the fraction rate used in conjunction with mutex profiling.
213213
* `WithProfileFileLocation` => Sets the custom folder location for the pprof / trace files.
214-
* `WithQuietOutput` => Suppresses writing to stdout/printing.
214+
* `WithQuietOutput` => Suppresses writing to stderr/printing.
215215
* `WithRealTimeData` => Spins a http server for the lifetime of the profiling for real curl/fetching if desired.
216216
* `WithThreadProfiler` => Enables the os thread creation profiling.
217217
* `WithTracing` => Enables the tracing.

0 commit comments

Comments
 (0)