Skip to content

Commit 60e6a0e

Browse files
Merge pull request #259750 from ggailey777/patch-3
[Functions] Update the `fileLoggingMode` to `debugOnly`
2 parents 12250d5 + 7a83cc2 commit 60e6a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/configure-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure monitoring for Azure Functions
33
description: Learn how to connect your function app to Application Insights for monitoring and how to configure data collection.
4-
ms.date: 06/23/2022
4+
ms.date: 11/29/2023
55
ms.topic: how-to
66
ms.custom: contperf-fy21q2, devdivchpfy22
77
# Customer intent: As a developer, I want to understand how to configure monitoring for my functions correctly, so I can collect the data that I need.
@@ -129,7 +129,7 @@ If *[host.json]* includes multiple logs that start with the same string, the mor
129129
```json
130130
{
131131
"logging": {
132-
"fileLoggingMode": "always",
132+
"fileLoggingMode": "debugOnly",
133133
"logLevel": {
134134
"default": "Information",
135135
"Host": "Error",

0 commit comments

Comments
 (0)