mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
trace: Bootstrap to show the correct source line number (#16989)
This commit is contained in:
@@ -352,7 +352,7 @@ func configRetriableErrors(err error) bool {
|
||||
}
|
||||
|
||||
func bootstrapTrace(msg string) {
|
||||
globalBootstrapTracer.Record(msg)
|
||||
globalBootstrapTracer.Record(msg, 2)
|
||||
|
||||
if globalTrace.NumSubscribers(madmin.TraceBootstrap) == 0 {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user