Skip to content

Commit 54e8c80

Browse files
authored
Remove requirement of write access for Windows logs (#32751)
The Agent only needs read access to read the logs, not write.
1 parent ec66dcc commit 54e8c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/agent/logs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ logs:
7878
source: "<SOURCE>"
7979
```
8080
81-
On **Windows**, use the path `<DRIVE_LETTER>:\\<PATH_LOG_FILE>\\<LOG_FILE_NAME>.log`, and verify that the user `ddagentuser` has read and write access to the log file.
81+
On **Windows**, use the path `<DRIVE_LETTER>:\\<PATH_LOG_FILE>\\<LOG_FILE_NAME>.log`, and verify that the user `ddagentuser` has read access to the log file.
8282

8383
**Note**: A log line needs to be terminated with a newline character, `\n` or `\r\n`, otherwise the Agent waits indefinitely and does not send the log line.
8484

0 commit comments

Comments
 (0)