asynkron / protoactor-go

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
5.02k stars 521 forks source link

Remove sprintf logging #1012

Closed rogeralsing closed 5 months ago

rogeralsing commented 8 months ago
Logger().Debug(fmt.Sprintf(".....

Use proper structured logging instead.

rogeralsing commented 5 months ago

done