Skip to content

Commit 2a0ff2c

Browse files
Merge pull request #226349 from RyanHill-MSFT/issues/104752-console-log-stream
(Azure CXP) mention console logs
2 parents f7e3a3b + bed7d07 commit 2a0ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In your application code, you use the usual logging facilities to send log messa
128128
129129
## Stream logs
130130

131-
Before you stream logs in real time, enable the log type that you want. Any information written to files ending in .txt, .log, or .htm that are stored in the */LogFiles* directory (d:/home/logfiles) is streamed by App Service.
131+
Before you stream logs in real time, enable the log type that you want. Any information written to the conosle output or files ending in .txt, .log, or .htm that are stored in the */home/LogFiles* directory (D:\home\LogFiles) is streamed by App Service.
132132

133133
> [!NOTE]
134134
> Some types of logging buffer write to the log file, which can result in out of order events in the stream. For example, an application log entry that occurs when a user visits a page may be displayed in the stream before the corresponding HTTP log entry for the page request.

0 commit comments

Comments
 (0)