Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 945 Bytes

File metadata and controls

15 lines (11 loc) · 945 Bytes
author mattchenderson
ms.service azure-functions
ms.topic include
ms.date 03/28/2024
ms.author mahender

JSON serialization

By default, the isolated worker model uses System.Text.Json for JSON serialization. To customize serializer options or switch to JSON.NET (Newtonsoft.Json), see Customizing JSON serialization.

Application Insights log levels and filtering

Logs can be sent to Application Insights from both the Functions host runtime and code in your project. The host.json allows you to configure rules for host logging, but to control logs coming from your code, you need to configure filtering rules as part of your Program.cs. See Managing log levels in the isolated worker model for details on how to filter these logs.