Skip to content

Commit 109a67a

Browse files
authored
Merge pull request #57971 from cephalin/issue#18840
#18841
2 parents d58351e + 5a716b5 commit 109a67a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/web-sites-enable-diagnostic-log.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ To filter specific log types, such as HTTP, use the **--Path** parameter. For ex
155155
156156
## <a name="understandlogs"></a> How to: Understand diagnostics logs
157157
### Application diagnostics logs
158-
Application diagnostics stores information in a specific format for .NET applications, depending on whether you store logs to the file system or blob storage. The base set of data stored is the same across all three storage types - the date and time the event occurred, the process ID that produced the event, the event type (information, warning, error), and the event message.
158+
Application diagnostics stores information in a specific format for .NET applications, depending on whether you store logs to the file system or blob storage.
159+
160+
The base set of data stored is the same across both storage types - the date and time the event occurred, the process ID that produced the event, the event type (information, warning, error), and the event message. Using the file system for log storage is useful when you need immediate access to troubleshoot an issue because the log files are updated near instantaneously. Blob storage is use for archival purposes because the files are cached and then flushed to the storage container on a schedule.
159161

160162
**File system**
161163

0 commit comments

Comments
 (0)