We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stderr
log.Printf
1 parent 6f9f1a1 commit 44ccdbcCopy full SHA for 44ccdbc
README.md
@@ -211,7 +211,7 @@ func main() {
211
* `WithMemoryProfilingRate` => Sets the profiling rate for memory related profiling samples.
212
* `WithMutexFraction` => Sets the fraction rate used in conjunction with mutex profiling.
213
* `WithProfileFileLocation` => Sets the custom folder location for the pprof / trace files.
214
-* `WithQuietOutput` => Suppresses writing to stdout/printing.
+* `WithQuietOutput` => Suppresses writing to stderr/printing.
215
* `WithRealTimeData` => Spins a http server for the lifetime of the profiling for real curl/fetching if desired.
216
* `WithThreadProfiler` => Enables the os thread creation profiling.
217
* `WithTracing` => Enables the tracing.
0 commit comments