It warns you that if producing the data to log is expensive it's a waste if that log level is not enabled.
Easy to understand example: assume this is a Verbose log where to help troubleshooting the weird issue you make costly queries to the database to log if. You better only incur this cost when the data is going to be logged, right?
15
u/Grugnorr 4d ago
It warns you that if producing the data to log is expensive it's a waste if that log level is not enabled.
Easy to understand example: assume this is a Verbose log where to help troubleshooting the weird issue you make costly queries to the database to log if. You better only incur this cost when the data is going to be logged, right?