Having these two messages separately creates double the log messages in our hottest paths. Combining them together would save a lot of log capacity for us and customers.
Requires a design -- main goal is to get our backend kusto logs reduced, so it may be reasonable to do this only for our internal logs in some fancy way inside the SystemLogger. Other alternative is to change it for all customers at the source.
Log source: https://github.com/Azure/azure-webjobs-sdk/blob/6fa7fd7e373758c5a3948eada4fcfdb4a2dff2f7/src/Microsoft.Azure.WebJobs.Host/Loggers/FunctionInstanceLogger.cs#L22-L37
Having these two messages separately creates double the log messages in our hottest paths. Combining them together would save a lot of log capacity for us and customers.
Requires a design -- main goal is to get our backend kusto logs reduced, so it may be reasonable to do this only for our internal logs in some fancy way inside the
SystemLogger. Other alternative is to change it for all customers at the source.Log source: https://github.com/Azure/azure-webjobs-sdk/blob/6fa7fd7e373758c5a3948eada4fcfdb4a2dff2f7/src/Microsoft.Azure.WebJobs.Host/Loggers/FunctionInstanceLogger.cs#L22-L37