AWS dcv documentation change
Summary
Added macOS-specific log configuration instructions including debug level settings
Security assessment
While debug logging could expose sensitive information, the change simply documents platform-specific configuration without addressing security controls or vulnerabilities.
Diff
diff --git a/dcv/latest/adminguide/troubleshooting-logs.md b/dcv/latest/adminguide/troubleshooting-logs.md index 96d33a4db..bcb368a6d 100644 --- a//dcv/latest/adminguide/troubleshooting-logs.md +++ b//dcv/latest/adminguide/troubleshooting-logs.md @@ -19 +19 @@ The `ProgramData` folder might be hidden by default. If you do not see the `Prog - * Linux server + * Linux and macOS server @@ -131,0 +132,19 @@ Make sure you are using both double and single quotation marks. +### For macOS + + 1. Open a terminal. + + 2. Enter the following command to set the level: + + sudo dcv set-config --section log --key level "'LEVEL'" + + 3. Enter the following command to enable debugging: + + sudo dcv set-config --section log --key level "'debug'" + + + + +###### Note + +Make sure you are using both double and single quotation marks. +