mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
change log level to debug
This commit is contained in:
@ -36,20 +36,23 @@ If you can reproduce a problem, first increase the logging level, run the system
|
|||||||
1. Increase logging level:
|
1. Increase logging level:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mdatp log level set --level verbose
|
mdatp log level set --level debug
|
||||||
```
|
```
|
||||||
|
|
||||||
```Output
|
```Output
|
||||||
Log level configured successfully
|
Log level configured successfully
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Reproduce the problem.
|
2. Reproduce the problem.
|
||||||
|
|
||||||
3. Run the following command to back up Defender for Endpoint's logs. The files will be stored inside of a .zip archive.
|
3. Run the following command to back up Defender for Endpoint's logs. The files will be stored inside of a .zip archive.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo mdatp diagnostic create
|
sudo mdatp diagnostic create
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will also print out the file path to the backup after the operation succeeds:
|
This command will also print out the file path to the backup after the operation succeeds:
|
||||||
|
|
||||||
```Output
|
```Output
|
||||||
Diagnostic file created: <path to file>
|
Diagnostic file created: <path to file>
|
||||||
```
|
```
|
||||||
@ -59,6 +62,7 @@ If you can reproduce a problem, first increase the logging level, run the system
|
|||||||
```bash
|
```bash
|
||||||
mdatp log level set --level info
|
mdatp log level set --level info
|
||||||
```
|
```
|
||||||
|
|
||||||
```Output
|
```Output
|
||||||
Log level configured successfully
|
Log level configured successfully
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user