Merge pull request #3423 from MicrosoftDocs/macky-dollar10

Update mac-resources.md
This commit is contained in:
Tina Burden 2020-08-03 08:15:30 -07:00 committed by GitHub
commit 1f7ed7be58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ If you can reproduce a problem, please increase the logging level, run the syste
1. Increase logging level: 1. Increase logging level:
```bash ```bash
$ mdatp --log-level verbose mdatp --log-level verbose
Creating connection to daemon Creating connection to daemon
Connection established Connection established
Operation succeeded Operation succeeded
@ -38,10 +38,10 @@ If you can reproduce a problem, please increase the logging level, run the syste
2. Reproduce the problem 2. Reproduce the problem
3. Run `sudo mdatp --diagnostic --create` to backup Microsoft Defender ATP's logs. The files will be stored inside of a .zip archive. This command will also print out the file path to the backup after the operation succeeds. 3. Run `sudo mdatp --diagnostic --create` to back up Microsoft Defender ATP's logs. The files will be stored inside a .zip archive. This command will also print out the file path to the backup after the operation succeeds.
```bash ```bash
$ sudo mdatp --diagnostic --create sudo mdatp --diagnostic --create
Creating connection to daemon Creating connection to daemon
Connection established Connection established
``` ```
@ -49,7 +49,7 @@ If you can reproduce a problem, please increase the logging level, run the syste
4. Restore logging level: 4. Restore logging level:
```bash ```bash
$ mdatp --log-level info mdatp --log-level info
Creating connection to daemon Creating connection to daemon
Connection established Connection established
Operation succeeded Operation succeeded